B4J Question Need advice on web hosting

amaxco

Member
Licensed User
Longtime User
Hi,

I intend to use a web space and services for hosting my databases, files and B4J stuff for testing and future development. I appreciate your guidance in this regard. I am novice in web stuff and in need for suggestions and proposed providers.

Regards,
 

Harris

Expert
Licensed User
Longtime User
https://www.hostwinds.com/

Get a cheap VPS (or two) and work from there. They will be Linux (Ubuntu preferred - up to you).
I couldn't even spell "server" when I started not so many years ago. There is much to learn.
Google everything... It's all out there but sparse here. It is best to get a friend to show you the ropes (google is friendly). I hope you are not in a hurry or can absorb stuff like a sponge.

Also, it's best to install a LAMP, however the php is not required for b4j, yet myphpadmin is useful for maintaining your db's (MySQL).

ABMaterial is great for a web client (browser) interface. It handles the CRUD of your db's just fine and has many other features YOU won't have to build.
Web servers "used" to be all about javascript, php, apache, html(5) and much more... I know very little about these and trying to learn was very frustrating and un-productive. ABM is a gift from above.

Good luck...
 
Upvote 0

inakigarm

Well-Known Member
Licensed User
Longtime User
Your can begin testing with a free VPS like AWS free tier (Amazon)

There're a lot of info of how to configure (Google for it), even in the forum (look at https://www.b4x.com/android/forum/threads/b4x-creating-lamp-server-with-b4x-on-amazon-ec2.50532/)
More B4J server specific (https://www.b4x.com/android/forum/threads/server-run-a-server-on-a-vps.60378/ and
https://www.b4x.com/android/forum/threads/server-building-web-servers-with-b4j.37172/#content

Later, go for ABMATERIAL framework, is a bit complex to learn but results are great !
 
Upvote 0
Top