You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is my simple python chat application. The application is based on flask and used wtf module for creating form .The chat system is based on socketio which helps to connect and send message between users in friendly way. The client side of socket io is based on javascript while flask handle the server side. This is not the final product we wi…