t4k / ideal-succotash

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ideal-succotash

demo to figure out server-sent events with bottle and rpyc

to run

pipenv install

in one (pipenv) shell

python server.py

in another (pipenv) shell

python client.py

go to http://localhost:8080/

submit the form

watch the real-time log file streamed to the browser window

notes

gevent server is needed with bottle; the WSGIRefServer did not handle the yields well

About


Languages

Language:Python 79.2%Language:Smarty 20.8%