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    Sep 19, 2025   (11 reactions) Version: 1.01 GitHub: https://github.com/pyhoon/EndsMeet-Server This is a project template for EndsMeet server library. It depends on EndsMeet, MiniHtml* and WebApiUtils 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... 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    Jul 22, 2025   (17 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.0.9. Previous versions were based on an early version of Jetty 9. There were many improvements in....jetty.io.ssl.ALPNProcessor.Server with org.eclipse.jetty.alpn.java.server.JDK9ServerALPNProcessor;....Server; #PackagerProperty: IncludedModules = jdk.charsets, jdk.crypto.ec #CustomBuildAction: After... B4i Tutorial FirebaseNotifications / Push Messages (server not required) - Erel    Jun 26, 2023   (6 reactions)   tags: Erel folder. Now you should click on Tools - Build Server - Create Push Key - Firebase Service: https://www... 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] User Login Server - aeric    Jun 24, 2025   (12 reactions) Version: 3.10 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... Page: 1   2   3   4   5   6   7   |