0

Is there any way to connect with python client to a nodejs server(socket.io)?

I have web real time chat, but I want to connect to the chat to the same server and the same room from an stand-alone app for PC. It doesn't need to be especially python, but I was thinking it can run on every OS and it is a bonus.

1 Answer 1

0

socket.io is now supported not only on node.js now. Quoting this answer:

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

Just google for socket.io <your programming language>

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

1 Comment

Jees, thanks a lot, I never thought it would be so easy.

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.