Insanely fast messaging using rethinkdb realtime native database.
Before running commands below make sure you have docker up and running.
On Windows make sure you have "make" on your PATH variable (install it first using e.g. choco package manager via
choco install make)
docker-compose up -dmake install(installing the necessary python libs)make run(fire up the ui and service)
is available @ localhost:2222
Coming soon
Coming soon
Thread-safe per connection?
Currently, the Python driver is not thread-safe. Each thread or multiprocessing PID should be given its own connection object.