-
Notifications
You must be signed in to change notification settings - Fork 115
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
Separe port/services for Websocket and Webserver #39
Comments
Hello and thank you ! |
Hello,
I released a fully new version (v2.0) of my web server here :
github.com/jczic/MicroWebSrv2.
Open source MIT, fully asynchronous, more robust, more fast and more
efficient!
It is delivered with a good documentation.
Thank you for your support and feedback.
… Hi Christophe
Congratulations for your work ¡¡¡. I have a question about the constructor:
Is it possible to change the ports of the websocket process and the
webserver process?
For example, the webserver works on port 80 and websocket on 81. I notice
that while I have port 80 opened by ws: // the protocol http: // the web
server stops working
A lot of thanks
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#39>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAegLHu7E1OsrELHJD_LJQmz7rPsiMC_ks5uJeTpgaJpZM4VbJ4w>
.
--
*Sincèrement,*
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi Christophe
Congratulations for your work ¡¡¡. I have a question about the constructor:
Is it possible to change the ports of the websocket process and the webserver process?
For example, the webserver works on port 80 and websocket on 81. I notice that while I have port 80 opened by ws: // the protocol http: // the web server stops working
A lot of thanks
The text was updated successfully, but these errors were encountered: