All Projects → fastplaz → Fastplaz

fastplaz / Fastplaz

Licence: other
FastPlaz - Pascal Web Framework

Programming Languages

pascal
1382 projects

Projects that are alternatives of or similar to Fastplaz

Miniedit
Mini text editor with highlighting code, made for PHP, Pascal, D, Lua, HTML and css or any text code.
Stars: ✭ 36 (-50%)
Mutual labels:  lazarus
Framework
IONDV. Framework is a high level framework for enterprise web applications development.
Stars: ✭ 54 (-25%)
Mutual labels:  web-framework
Dzhtmltext
Delphi and Lazarus HTML Label component
Stars: ✭ 60 (-16.67%)
Mutual labels:  lazarus
Jiny
Lightweight, modern, simple JVM web framework for rapid development in the API era
Stars: ✭ 40 (-44.44%)
Mutual labels:  web-framework
Dropwizard
A damn simple library for building production-ready RESTful web services.
Stars: ✭ 8,078 (+11119.44%)
Mutual labels:  web-framework
Ktor
Framework for quickly creating connected applications in Kotlin with minimal effort
Stars: ✭ 9,190 (+12663.89%)
Mutual labels:  web-framework
Tcodeedit
Lightweight and syntax hilighted UNICODE editor
Stars: ✭ 27 (-62.5%)
Mutual labels:  lazarus
Brookfreepascal
The perfect Free Pascal framework for your web applications.
Stars: ✭ 64 (-11.11%)
Mutual labels:  lazarus
Struts
Mirror of Apache Struts
Stars: ✭ 1,067 (+1381.94%)
Mutual labels:  web-framework
Mail4delphi
Mail4Delphi uses the Indy component to send the email.
Stars: ✭ 60 (-16.67%)
Mutual labels:  lazarus
Flex Blazeds
Mirror of Apache Flex BlazeDS
Stars: ✭ 42 (-41.67%)
Mutual labels:  web-framework
Sparkles
✨ is a web "framework" in Rust
Stars: ✭ 46 (-36.11%)
Mutual labels:  web-framework
Lgenerics
Generic algorithms and data structures for Lazarus/Free Pascal
Stars: ✭ 59 (-18.06%)
Mutual labels:  lazarus
Aurelia
Aurelia 2, a standards-based, front-end framework designed for high-performing, ambitious applications.
Stars: ✭ 995 (+1281.94%)
Mutual labels:  web-framework
Cuba
CUBA Platform is a high level framework for enterprise applications development
Stars: ✭ 1,114 (+1447.22%)
Mutual labels:  web-framework
Govcl
Cross-platform Golang GUI library.
Stars: ✭ 953 (+1223.61%)
Mutual labels:  lazarus
Lazarus addon
the original lazarus-recovery firefox add-on with some slight modifications -mainly removing the Donation nag
Stars: ✭ 56 (-22.22%)
Mutual labels:  lazarus
Foal
Elegant and all-inclusive Node.Js web framework based on TypeScript. 🚀.
Stars: ✭ 1,176 (+1533.33%)
Mutual labels:  web-framework
Cakephp
CakePHP: The Rapid Development Framework for PHP - Official Repository
Stars: ✭ 8,453 (+11640.28%)
Mutual labels:  web-framework
Rnl
RNL - Realtime Network Library - The opensource reliable UDP network library
Stars: ✭ 59 (-18.06%)
Mutual labels:  lazarus

FastPlaz

FastPlaz adalah satu satu web framework dengan menggunakan bahasa free pascal . Dibuat sedemikian rupa sehingga requirement server yang diperlukan pun sederhana dan minimal, dan bahkan bisa di compile langsung dari console/terminal tanpa memerlukan ide/editor Lazarus. Cukup dengan menggunakan apache biasa seperti di shared hosting, fastplaz sudah bisa langsung digunakan.

Desain struktur direktori dan theme/template dibuat sedemikian rupa agar memudahkan dalam melakukan pengembangan aplikasi.

Requirement

  • FPC / Free Pascal Compiler, version 3.2.0
  • Lazarus (optional)

Persiapan

Download

Download atau clone terlebih dahulu repositori ini.

# git clone -b development https://github.com/fastplaz/fastplaz.git

Disarankan menggunakan cara clone ini dibandingkan dengan download manual. Jika nanti ada update atau perubahan, Anda cukup melakukan pull saja.

# git pull

Dengan cara ini yang akan diambil hanya perubahannya saja, tidak perlu mengunduh ulang keseluruhan file. Selanjutnya Anda cukup compile ulang saja file-file package-nya.

Instalasi

Jika Anda adalah pengguna Lazarus, instalasi untuk penggunaan dasar FastPlaz amat sangat mudah, cukup lakukan langkah ini:

  1. Buka file tools/fastplaz_runtime.lpk, lalu compile.
  2. Buka file tools/fastplaz_tools.lpk, lalu compile dan install.

Hasilnya akan keluar menu seperti ini di toolbar menu FastPlaz.

menu

Dan akan terlihat tambahan pilihan baru di menu File|New Project ... seperti ini

menu

Selamat Mencoba

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].