2
"just works" framework for multiplayer web games
by Personman
i want so badly to be able to write plain js+css+html pages that talk to a simple api that allows for realtime interaction, of both the "everyone on the site right now" and the "invite your friend to a room" varieties. i wanted this so bad that i spent a year making my own and it kinda worked but i also kinda burnt out on it, and it doesn't do everything you'd hope for, or be usable by anyone but me.
Curious about lots of stuff about this. Could you be more specific with examples of what you mean? What would the dream API look like?
Separately, and technically, are you thinking about http requests, or are you thinking about stuff like websockets?