Inti - Core of Pakai framework
This is a very minimum server template (7KB), without dependencies of any library (except for jServer).
This template may not as useful as Pakai framework.
However, it provides a very basic server configuration to start with.
Instead of starting from Pakai and deleting all the unwanted stuffs one by one, sometimes it is best to start with a clean template.
This is an alternative to my MiniServer template (78KB).
You can start by adding more libraries such as WebApiUtils and MiniORMUtils or write everything from scratch.
GitHub: https://github.com/pyhoon/inti-b4j
Update: There is also a minimum example project (13KB) depends on WebApiUtils, MiniORMUtils and included sample handlers.
www.b4x.com
This is a very minimum server template (7KB), without dependencies of any library (except for jServer).
This template may not as useful as Pakai framework.
However, it provides a very basic server configuration to start with.
Instead of starting from Pakai and deleting all the unwanted stuffs one by one, sometimes it is best to start with a clean template.
This is an alternative to my MiniServer template (78KB).
You can start by adding more libraries such as WebApiUtils and MiniORMUtils or write everything from scratch.
GitHub: https://github.com/pyhoon/inti-b4j
Update: There is also a minimum example project (13KB) depends on WebApiUtils, MiniORMUtils and included sample handlers.
[Server] Pakai example (backend only)
This is an example project generated from Pakai framework project template without frontend. Hence the project is smaller to start with. You can then use other tools like Curl, Postman or any API testing client to test the API endpoints. The API endpoints example included are categories...

Attachments
Last edited: