Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 724 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 724 Bytes

No (dot) JS

No (dot) JS Chat

Real-time chat, nary a line of client side code.

IE4-tested, mother approved.

Read about it.

See it in action.

Use it

The only external dependency is redis. Make sure you have it running locally on port 6379. You should be able to modify the database using config.ini (which will be generated automatically when you first run the server.)

All other dependencies are in requirements.txt.

pip install -r requirements.txt
python nodotjs/server.py staging

You can also change which port the server runs on in config.ini.