Best Flask open-source libraries and packages

InterestChat

Chat app with rooms using Flask and Websocket | WIP
Updated 3 years ago

Interest chat

Chat application that connects people by chosen interests.

Tools: Python3.8 + Flask + Flask-SocketIO

Progress

  • [x] Play with Websockets
  • [x] Sketch out
  • [x] Simple views
  • [x] Connect MongoDB
  • [x] Implement base models
  • [x] Authentication
  • [x] Base logic for room management(create, list)
  • [ ] Base logic for messaging
  • [ ] Additional necessary logic for room management(remove, edit)