REST API / SOCKET or both on instant messaging application? -


is necessary build rest apis instant messaging application?

or can done websocket?

for example found: - slack: uses rest api + socket - rocketchat: uses socket (i did not see xhr calls on chrome)

let's question is:

for regular im app channels, group conversations , private chats way technically better?


Comments

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -