I created a page using an html/js framework (https://aframe.io).
I will create an application from the html page.
It turns out that the framework expects a server serving the page, as it uses relative paths, otherwise it won't work.
To create the server I will use a third-party app (https://play.google.com/store/apps/details?id=com.phlox.simpleserver).
Would it be possible to create a server using B4A itself, so that I don't depend on a third-party app?
The HttpServer library is a new library, based on an open source project named Jetty. This library allows you to easily embed an Http server in your application. Http server means that you can point a browser to the device IP address (and relevant port) and communicate with your app. It can be...
It is a personal project of mine that I started as a hobby on B4i and it has become an interesting project, so that I have modified it to be multiplatform. It is an http server, which allows a browser to navigate on html pages stored on the device. In addition, dynamic pages can also be...
The HttpServer library is a new library, based on an open source project named Jetty. This library allows you to easily embed an Http server in your application. Http server means that you can point a browser to the device IP address (and relevant port) and communicate with your app. It can be...
It is a personal project of mine that I started as a hobby on B4i and it has become an interesting project, so that I have modified it to be multiplatform. It is an http server, which allows a browser to navigate on html pages stored on the device. In addition, dynamic pages can also be...