Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 372 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 372 Bytes

rtt-mongo

A simple async framework built on Starlette and using mongodb oplog as real time database.

examples

Start server and client

server

$  pipenv run uvicorn rttmongo.examples.server:app --host 0.0.0.0 --port 8000

client

$  pipenv run python -m rttmongo.examples.client

Next enter into mongo and add sth to rtt-mongo.users