miguelgrinberg / Flask-SocketIO-Chat

A simple chat application that demonstrates how to structure a Flask-SocketIO application.
http://blog.miguelgrinberg.com/post/easy-websockets-with-flask-and-gevent
MIT License
676 stars 242 forks source link

Add message date and time #44

Closed supercoder-dev closed 3 months ago

supercoder-dev commented 5 months ago

Prints the date and time along with the message.

miguelgrinberg commented 5 months ago

Unfortunately this implementation is too simplistic as it does not account for timezone differences between users.