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

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -