项目作者: includeamin

项目描述 :
very simple chat server with flask-socketio and Flask for training purpose
高级语言: Python
项目地址: git://github.com/includeamin/simple-chat-server.git
创建时间: 2020-06-16T20:55:54Z
项目社区:https://github.com/includeamin/simple-chat-server

开源协议:

下载


Simple chat server for training purpose.

tools that used for develop

  • Flask for REST
  • Flask-Socketio for websocket
  • Sqlalchemy for database (sqlite)
  • pydantic for data modeling and validation
  • pyjwt for jwt authentication

    roadmap

  • Simple Signup and Login
  • Content_Type = Text
  • Direct message
  • [X] Get unreaded messages
  • [X] Seen status
  • Other features will add in this repo (chatserver)[https://github.com/includeamin/chatserver]