Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 501 Bytes

readme.md

File metadata and controls

15 lines (11 loc) · 501 Bytes

Flask IRC

Flask IRC is in memory websocket chat server using Flask-SocketIO. You can have group chat and private chat with Flask IRC.

Flask IRC Frontend

Run the server

$ pip install -r requirements.txt
$ python main.py

Bugs And To Do Lists

  • Integrate with database, so the application can handle the state if client refresh the browser.
  • Handle duplicate username