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... B4J Tutorial [server] Run a Server on a VPS - Erel    Jan 22, 2026   (20 reactions)   tags: B4J Run Server on VPS, Erel The steps required to run a B4J server on a hosted server (such as a VPS) are: 1. Download OpenJDK... folder for example). 3. Start the server with: nohup path_to_java/bin/java -jar somejar.jar >... the server will be killed when you log out. 4. Make sure that the relevant port is open in the firewall settings. 5. If you want to kill the server you can use this command to find the process... the server logs. If you see an error related to the temporary folder then explicitly set it with: nohup... 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 [Project Template] EndsMeet Server - aeric    Apr 7, 2026   (12 reactions) Version: 1.40 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. Tutorial: Getting Started More example: EndsMeet ChartJs HTMX 170293... B4i Tutorial FirebaseNotifications / Push Messages (server not required) - Erel    May 5, 2026   (7 reactions)   tags: Erel . There should be a file named aps_*.cer in the keys folder. Now you should click on Tools - Build Server... Share My Creation [Project Template] [Web] Pakai Server v6 - aeric    May 29, 2026   (7 reactions) Pakai Server Version 6.90 This version lets you develop dynamic web application connected to database backend without using JSON/XML API. You don't need to modify html and javascript using another text editor to develop the frontend. Develop everything on B4J IDE and see the magic on your...: https://github.com/pyhoon/pakai-server-b4j 168243 Templates: Pakai Server (6.90).b4xtemplate (49KB) Pakai Server Api (6.90).b4xtemplate (35KB) Pakai Server Web (6.90).b4xtemplate (34KB) Libraries... 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... 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... B4J Library jServer v4.0 - Based on Jetty 11 - Erel    May 26, 2026   (18 reactions) Starting from B4J v9.80 this library is included as an internal library. Old library: https://www.b4x.com/android/forum/threads/141323/#content This is a new version of jServer. It is based on Jetty 11. Previous versions were based on an early version of Jetty 9. There were many improvements in....io.ssl.ALPNProcessor.Server with org.eclipse.jetty.alpn.java.server.JDK9ServerALPNProcessor;... #PackagerProperty: AdditionalModuleInfoString = uses org.eclipse.jetty.io.ssl.ALPNProcessor.Server;... 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... Page: 1   2   3   4   5   6   7   |