Skip to content
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 #71

Closed
gpspelle opened this issue Apr 1, 2020 · 2 comments
Closed

Websockets #71

gpspelle opened this issue Apr 1, 2020 · 2 comments

Comments

@gpspelle
Copy link

gpspelle commented Apr 1, 2020

Hi,

I have this Django project running some websockets for internal communication. I'd like to know more about how to connect to them with your implementation of websockets. In normal python I'd do:

connect("ws://gpspelle.com/ws/chat/ble")

In your code, how'd it be?

MicroWebSrv(bindIP='gpspelle.com', webPath='/ws/chat/ble')

I am sorry if those are too basic questions. Thanks anyway.

@gpspelle
Copy link
Author

gpspelle commented Apr 1, 2020

Also, I've just realized that in 2018 there were no client websocket yet.
#25

@jczic
Copy link
Owner

jczic commented Apr 2, 2020

Please, use MicroWebSrv2 : https://github.com/jczic/MicroWebSrv2.
There is help, and examples for do that :)

@jczic jczic closed this as completed Apr 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants