I am developing an instant messaging web service, using Socket.IO. You can imagine it, workig like faceboọk chat. I need to make a report to my teacher and I don't know what type of web service is this? I don't think that it is a RESTFul web services. Can you help me?
Asked
Active
Viewed 500 times
2 Answers
1
Socket.IO is a java script based web api. It follows client server architecture but it's not a web service.

kingAm
- 1,755
- 1
- 13
- 23
0
Socket.IO uses the Web Sockets protocol, with a fallback to other techniques when a client uses an ancient browser.

seppevs
- 1
-
I chose xhr-polling instead of websocket – Ikarus May 19 '14 at 16:27