I’m hoping to make a simple jam game, planning to host it in my server as html5.
Basically, players will write some kind of an inspirational quote and then they’ll read what others have already written.
What is the SIMPLEST way to send and store data in the host server, and then read it in the client?
It’s going to be a really simple jam game, don’t need any complex networking library. Tho I’m not a networking guy and not sure how to implement it. Hope you can help!!
HTTP request is your best friend, on a client, i.e. your game - HTTP Requests
The server part you can implement on, for example, Workers API on Cloudflare - https://workers.cloudflare.com/
It’s free to start and basically will be free to use for any basic game: