#Crimson Conferences
A python client and server system for meeting and chatting in a text based virtual environment.
There is currently a demo server running at mine.stuintech.com
python server.py
The client requires the library asciimatics:
pip install asciimatics
python client.py <url> <username>
Go to help.txt or type help in chat to learn more.