3 comments

[ 2.9 ms ] story [ 37.3 ms ] thread
It reminds me I still have this project, maybe I should update it: https://codecanyon.net/item/modern-chat-rooms-vuejs-multimed...

The problem with it, was that it was made in PHP, and websocket support is non-existing and very hard to make it easy to set-up. Now that server-sent events are a thing, it should be a lot easier to natively implement a responsive chat without having to do the AJAX polling stuff (which works ok, but feels weird when the message is not sent/shown instantly).