Skip to content

Latest commit

History

11 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

Rooms

A stupid simple websocket service.

About

Created because, sometimes, I want a very stupid simple websockets endpoint to test stuff. All messages are sent to everyone connected to the same room and that is it. Use as you will :)

Usage

There is one thing you need to do: choose a room name:

websocat wss://rooms.jmeyer.dev/my-cool-room-name

Development

Not much to talk about it here. I simply use an in memory storage to save the connections using Broadcaster.

pip install -r requirements.txt
uvicorn handler:app --reload

About

For when you need a simple WebSocket endpoint for prototyping stuff

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Used by

Contributors

Languages