Android Question [SOLVED] Creating a Server for HTML/JS Application Using B4A

jroriz

Active Member
Licensed User
Longtime User
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?
 
Solution

aeric

Expert
Licensed User
Longtime User

 
Upvote 0
Solution
Top