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 Answer
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.
3 Comments
Omar Bahir
thanks alot devian , if we want to use it with java , is their any special api/jar in java to support socket.io ?
Damiaan Dufaux
Omar Bahir
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 ?