Skip to content

Latest commit

 

History

26 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twisted SSE demo

A twisted web server that implements server sent events (SSE)

To run this demo:

python sse_twisted_web.py

Open up http://localhost:12000 in your browser.

To publish events:

curl -d 'data=Hello!' http://localhost:12000/publish

You should see the data you publish in your browser. That's it!

About

A twisted web server that implements server sent events (SSE)

Resources

Stars

4 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages