Replies: 2 comments 2 replies
-
Python is a lot more widespread than uWS, why complicate things? I began an alternative to that python http server as an example but never finished it. So right now, nope |
Beta Was this translation helpful? Give feedback.
1 reply
-
It takes a couple lines of code to create file server with uWS, then call your server with |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to use uWebSockets for all of my web server needs. I have a front end where the instructions to see the release build are:
$ python -m http.server 8000
Is it possible to use uWebSockets in a similar manner?
Here is a typical flutter front end's file directory structure:
Beta Was this translation helpful? Give feedback.
All reactions