arthurhjorth / simple-chatbot

0 stars 0 forks source link

Implement 2-person chat room #3

Open arthurhjorth opened 3 months ago

arthurhjorth commented 3 months ago

We need to make a 2-person chatroom. Doing this with flask-socketio is documented nicely here.

zahoorgtech commented 3 months ago

This looks pretty straight forward, setting up Flask app, handling Socket.IO connections and creating rooms and of course we can adjust later for scalability and security based on further requirements if any.