0

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?

kingAm
  • 1,755
  • 1
  • 13
  • 23
Ikarus
  • 1,169
  • 4
  • 14
  • 28

2 Answers2

1

Socket.IO is a java script based web api. It follows client server architecture but it's not a web service.

http://en.wikipedia.org/wiki/Socket.IO

http://socket.io/

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.

http://en.wikipedia.org/wiki/WebSocket