Well, live messaging is a way better experience for the user. So you should go with it.
There are a ton of tutorials and repos about socket.io and chat. For example: github.com/OmarElGabry/chat.io
Socket.io isn that hard if you get the concept of websockets. Should not take long to implement it.
thanks Jakub. Mine is less of a chat room but more a 1:1 chat between people. I'll try and find a Repo replicating that. If you know of any please send over :)
Well, live messaging is a way better experience for the user.
So you should go with it.
There are a ton of tutorials and repos about socket.io and chat. For example: github.com/OmarElGabry/chat.io
Socket.io isn that hard if you get the concept of websockets. Should not take long to implement it.
thanks Jakub. Mine is less of a chat room but more a 1:1 chat between people.
I'll try and find a Repo replicating that. If you know of any please send over :)