Roguelike-Celebration / azure-mud

MIT License
185 stars 30 forks source link

Implement a local dev HTTP/WebSocket server implementation #413

Open lazerwalker opened 3 years ago

lazerwalker commented 3 years ago

The way this project currently relies on Azure Functions and Azure SignalR Service makes it difficult to test locally. One fix for this is to make it so that someone can run a local version of the backend.

This is 3 big-picture things:

lazerwalker commented 2 years ago

Letting people run the server locally will help a lot. Let's do this.

lazerwalker commented 2 years ago

Moving this outside "do for 2022" for now. It's more annoying than I want it to be because we still need a Firebase app, and having our admin editor removes the crunch on non-coding writers to set up their own instance.

lazerwalker commented 1 year ago

We'll be adding an Azure PubSub implementation that moves us to pure WebSockets. Leaving this as a separate icebox issue to have a local-only / not serverless server.