0

For using Socket IO, node js is necessary? if not, Can someone give an example code?

1

3 Answers 3

3

Yes, node.js is needed for the server side... From the Github readme:

Socket.IO is a Node.JS project that makes WebSockets and realtime possible in all browsers.

See the Github page or the website for more information and sample code.

Sign up to request clarification or add additional context in comments.

Comments

1

Not necessarily - you need a websocket server, this can be nodejs or a java websocket server - http://jwebsocket.org/ or even a .NET websocket server - http://superwebsocket.codeplex.com/

Comments

0

implementations of socket.io-server on other languages:

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.