Skip to content

pyhoon/pakai-server-b4j

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

498 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pakai Server - Web Application framework

Version: 6.90

B4J Fullstack Server Application and Web API Framework

Preview

Index


Templates

  • Pakai Server (6.90).b4xtemplate
  • Pakai Server Api (6.90).b4xtemplate
  • Pakai Server Web (6.90).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