Skip to content

PetterS/websocket_router

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Websocket Router

Allows browsers to connect to a server via a websocket and subscribe to a topic. Anyone can publish to a topic with a HTTP POST.

I wrote this to replace the deprecated Channel API in App Engine for my toy project.

Demo

python3 ./websocket_router.py

Then open websocket_demo.html in a browser locally.

Configuration

python3 ./websocket_router.py --help

About

Pub/sub router with websockets.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published