Skip to content

pyhoon/pakai-server-b4j

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

485 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pakai Server - Web Application framework

Version: 6.80

Create Web API or Application Backend Server using B4J project template

Preview

Index


Templates

  • Pakai Server (6.80).b4xtemplate
  • Pakai Server Api (6.80).b4xtemplate
  • Pakai Server Web (6.80).b4xtemplate
  • Pakai Server Starter (6.80).b4xtemplate

Depends on

Features

  • Frontend using Bootstrap v5.3.8, Bootstrap Icons v1.13.1, HTMX v2.0.8, AlpineJS v3.15.8
  • Responsive design with modal dialog and toast
  • SQLite and MySQL/MariaDB backend
  • Built-in REST API or CRUD examples

Improvement

  • Better UI/UX/DX compared to version 5.x
  • More flexible to generate new models
  • HTML generated using B4X
  • No JavaScript module
  • No jQuery AJAX parsing
  • JSON/XML API supported
  • WebApiUtils supported with HelpHandler

Code Example

Dim CacheName As String = "Categories Add Modal"
If ExistInCache(CacheName) = False Then
	WriteToCache(CacheName, ModalAdd)
End If
Dim modal1 As MiniHtml = ReadFromCache(CacheName)
Return modal1.build

Support this project