Skip to content

Latest commit

 

History

History
42 lines (22 loc) · 923 Bytes

File metadata and controls

42 lines (22 loc) · 923 Bytes

Chatter

Insanely fast messaging using rethinkdb realtime native database.


Installation

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)

  1. docker-compose up -d
  2. make install (installing the necessary python libs)
  3. make run (fire up the ui and service)

is available @ localhost:2222


Workflow

Coming soon

Chat room

Coming soon

FAQ

Thread-safe per connection?

Currently, the Python driver is not thread-safe. Each thread or multiprocessing PID should be given its own connection object.


Contact