Example: minimal multiplayer web framework

I'm building a small framework for a multiplayer game to be played among friends over the wide internet by having browsers connect to a specialized Racket web-server.
It's going slowly. Most of the work is tracking down systems, tools, standards, and their documentation. Thus a minimal framework is likely to have value for others wanting to do something similar -- but more as an example to be improved upon than a finished invariant component.

3 Likes

Hi Hendrik,
this sounds awesome

Are you able to share? on the understanding that is is still a work in progress.

best regards,

Stephen

Here's a copy of my working directory: Index of /hendrik/maze-source/

At present it does not work.

Start with 0README, webfront.rkt, and maze.rkt.

-- hendrik

1 Like