-
-
Notifications
You must be signed in to change notification settings - Fork 52
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
websocket Issue #44
Comments
Hello @yunxiangtc, could you please give me more information, I didn't get it, code always speaks by itself, show me what you want from iris/neffos to do. |
iris-demo use websocket like this:”http://local host:80/api” send connect, |
@mikepony , examples uses neffos/_examples/basic/browser/app.js Line 3 in 15e3a17
ws:// (or wss:// in tls mode) but the request first fires as http, then server replies with an upgrade response and asks the client to continue the communication using websocket.
Please show me a code snippet of your problem so I can be more helpful. Thanks, |
Great writer kataras :
In the demo given by websocket, the ws open link starts with "http://xxx", and then connect in the way of Upgrade! ! Now the project needs to be compatible with the mobile app and needs the "ws://xxx" style. How can I change it? please help me
The text was updated successfully, but these errors were encountered: