Skip to content

linxlunx/flask-irc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Websocket Chat Server Using Flask-SocketIO

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published