Share My Creation [Project Template] Web API Server v2 - aeric    Jan 16, 2025   (31 reactions) Updates Web API Server v3 is available Version: 2.08 Description: Create Web API Server... If you don't want to connect to any SQL database, see MinimaList API Server For older version, see Web API Server (v1.16) Template: Web API Server (2.08).b4xtemplate Depends on: WebApiUtils... Started Download File Example Vue 3 CRUD Example Live: Creating Web API Server with B4X Template... module SHOW_API_ICON to control API icon visible on frontend top navbar (new) ServerConfiguration... Share My Creation [Project Template] Web API Server v1 - aeric    Jan 16, 2025   (67 reactions) Updates Web API Server v2 is available Version: 1.16 Description: Create Web API Server... Template: Web API Server (1.16).b4xtemplate Depends on following libraries: ByteConverter JavaObject jServer Json jSQL Features: CRUD based - RESTful Web API (GET, POST, PUT, DELETE) Front-end (HTML.... How to use: Copy the "Web API Server (1.16).b4xtemplate" file into B4J Additional Libraries folder. Open B4J and create a new project with "Web API Server" template. Give your... Share My Creation [B4J] [MySQL] [API] Server (Key + Token) and [B4X] User Login Apps - aeric    Aug 16, 2024   (39 reactions) Updates: Latest B4XPages user login client apps (using B4J server): https://www.b4x.com/android/forum/threads/project-template-user-login-client-b4x.161914/ 105281 Finally I would like to share my B4J API server written in B4J. Compare to my previous PHP API, this API server implements... database and tables in MySQL server. jAPI.zip - Source code for server app (B4J). B4A.zip - Source code... template (B4A, B4i and B4J) Live server: https://api.puterise.com:17179 12 Jan 2021: Attached... Share My Creation [Project Template] EndsMeet Server - aeric    Nov 4, 2025   (11 reactions) Version: 1.10 GitHub: https://github.com/pyhoon/EndsMeet-Server This is a project template for EndsMeet server library. It depends on EndsMeet and MiniHtml* libraries. Note: MiniHtml library can be removed if you want to load html files from asset. More example: EndsMeet ChartJs HTMX 164718... B4J Tutorial [Server] SSL Connections - Erel    Mar 13, 2025   (15 reactions)   tags: B4J, ports SSL Starting from B4J v2.00 the server can listen to two ports, the standard insecure port (http) and a secure port (https). The default port for http is 80 and for https is 443. These ports are used... create a key: https://jetty.org/docs/jetty/12/operations-guide/keystore/index.html The server configuration is done with SslConfiguration object. This code should be called before the server... of the keystore file. Then we call Server.SetSslConfiguration with the configuration object and the https... Share My Creation [Project Template] User Login Server - aeric    Oct 15, 2025   (12 reactions) Version: 3.11 164903 GitHub: https://github.com/pyhoon/user-login-server-b4j Clients: User Login Client Description: This is a user registration and login server. Includes API for change and reset user password. Based on Web API Server v3.50 project template. It is a remake of MySQL API Server (Key + Token) and User Login Apps. By default the access token will expired in 10 minutes. It is renewed using API key. It is similar to JSON Web Token. Testing can be done locally without setting... B4J Tutorial [Server] Building web servers with B4J - Erel    Sep 1, 2021   (32 reactions)   tags: server, Erel / The server implementation is based on a popular and powerful Java server library named Jetty (license) The database connection pooling implementation is based on c3p0 (license). B4J Server features: High performance web server Automatic handling of static files Simple to develop custom... powerful database connections pooling Server can run on Windows, Mac and Linux (including board computers... servers then it is recommended to start with a HTTP tutorial such as this one: http://net.tutsplus.com... Share My Creation [Web] [Project Template] Pakai Server v5.50 - aeric    Nov 11, 2025   (10 reactions) Update Pakai Server v6 is available Pakai Server Version 5.50 GitHub: https://github.com/pyhoon/pakai-server-b4j 165396 Template (B4J) Pakai Server (5.50) b4xtemplate (B4J) Depends on EndsMeet (v1.50) b4xlib (B4J) WebApiUtils (v5.50) b4xlib (B4J) MiniORMUtils (v3.80) b4xlib (B4X) sqlite-jdbc-3.7.2.jar mysql-connector-j-9.3.0.jar mariadb-java-client-3.5.6.jar Tutorial https://www.b4x.com/android/forum/threads/pakai-framework-v5.167796/ Reminder: Please do not post issue or... B4A Library [B4X] FTP Server implemented with Socket and AsyncStreams - Erel    Jul 18, 2022   (41 reactions)   tags: B4A B4J, FTP . It only demonstrates how you can use a standard FTP client to communicate with the server.... It is an implementation of a standard FTP server. You can use standard FTP client programs to send or receive files... classes: FTPServer - There is a single instance of this class. It manages the server socket that listens... important as each app is sandboxed anyway. Using the server is simple: server.Initialize(Main, "FTPServer") server.SetPorts(51041, 51042, 51142) server.AddUser("Test", "test... Share My Creation [Project Template] Web API Server v3 - aeric    Aug 27, 2025   (16 reactions) Web API Server is now Pakai Version: 3.51 GitHub: https://github.com/pyhoon/pakai-server-b4j/tree/v3.51 Description: Web API Server with JSON response Database: SQLite, MySQL 160638 Template: Web API Server (3.51).b4xtemplate B4X Client App (B4A, B4i, B4J): Web API Client (2.00).b4xtemplate Depends on: WebApiUtils (3.05).b4xlib MiniORMUtils (2.60).b4xlib sqlite-jdbc-3.7.2.jar (or your... start a new thread for any question and tag "Web API Server v3". You may also ask in... Page: 1   2   3   4   5   6   7   |