webserver

  1. Mashiane

    B4J Tutorial [Web] PocketBase - deploying your SQLite WebServer back-end on Railway.app

    Hi One is able to host Pocketbase on Railway.app. This deployment is based on Docker Image. You need a GitHub account. 1. Create an account on Railway.app and link to your Github. 2. Click this link to publish a PocketBase instance on port 8090 there...
  2. gezueb

    B4J Question webserver handle to call global formatting code

    I would like to write some formatting code that is called from different handlers in a web server. Is it possible to place it in a code or class module? How about reentrancy problem? Explanation or link to some is appreciated!
  3. Star-Dust

    B4i Library SD: iHttpServer (beta)

    I started developing a version of the HttpServer Library for iOs. It is still a beta version and not complete, but already functional. You can start using it to test it. Includes WebSocket and QueryElement implementation Digest Auth will be added in the future. I have arrived at a first version...
  4. P

    B4J Question HTML data to SQL

    Hi everyone, I'm possibly being very slow here but web dev isn't something i've done much/any of... The aim is to try and get 2 text box inputs to be written to a database when a button is clicked. Dim tabParam As ResultSet = Main.IntSQL.ExecQuery("SELECT * FROM TabletParameters;") Dim...
  5. Mashiane

    B4J Tutorial [WebApps] Using Laragon as your development web server

    Ola I just ran into this link, https://www.keycdn.com/blog/web-development-tools And besides XAMPP, which I have been using for my personal web development projects, there is Laragon. With XAMPP, I remember I had to manually edit my php.ini file to locate the extension for SQLite3 to be...
  6. Mashiane

    B4J Question What kind of hickups (if any) did you experience deploying B4J server applications coupled with ABM?

    Hi there ABMers Just out of curiousity. What kind of hickups (if any) did you experience deploying your B4J ABM tied app? How did you solve these? I'm about to deploy one of my app and just out of interest from similar ABM users out there? For example, what is the optimal server configation...
Top