-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
websockets #45
Comments
Hey! ) No, I haven't added web sockets at that time, simply didn't need that few years ago. But you're warmly welcomed to contribute it! :) Best |
I might just do that! This would probably be where I'd start: |
That would be great )) |
@belyalov : ok, I'll try to tackle it over the weekend. Dave |
taking a look at this today. https://github.com/danni/uwebsockets/blob/esp8266/examples/socketio_client.py So that we can have an api like this: @socketio.on('topic1')
def on_topic1(message):
print("message", message)
@socketio.on('topic2')
def on_topic2(message):
print("alert", message) |
Are websockets supporting now ? |
Thanks for the great library.
Wondering if websockets are possible?
The text was updated successfully, but these errors were encountered: