Flask IRC is in memory websocket chat server using Flask-SocketIO. You can have group chat and private chat with Flask IRC.
$ pip install -r requirements.txt
$ python main.py
- Integrate with database, so the application can handle the state if client refresh the browser.
- Handle duplicate username