0

I have started working on socket.io. As i'm new to socket.io so i don't know much about it. can anyone tell me whether node is must for socket.io or not ? can we use socket.io as standalone without node or express ?

1
  • Did you check their wiki? Search for "In other languages". Commented Jul 25, 2013 at 12:30

1 Answer 1

1

You cannot use socket.io as standalone. But you can use it in Languages other than nodeJS like Eelco said.

socket.io can be used in: Erlang, Android, Java, Lua, Objective-C, C, C++, QT QML, Perl, Go, Python, Ruby, Rust, Flash, Haxe, PHP, .NET, C++/Win32 and unity3d.

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

3 Comments

thanks alot devian , if we want to use it with java , is their any special api/jar in java to support socket.io ?
thanks alot @devian you are very helping , i need to use socket.io with play framework with java , by Google about it i came to know that play framework works with netty server , do we need to use netty server must or there any other alternative to use socket.io with play ?

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.