can we access the http server in wasm from other client by using http://127.0.0.1:8080/api/v1? #14
-
can we access the http server in wasm from other client by using url like http://127.0.0.1:8080/api/v1? |
Beta Was this translation helpful? Give feedback.
Answered by
nlepage
May 9, 2023
Replies: 2 comments
-
Hi, Some points :
This library emulates an HTTP server inside of a service worker, there is no actual HTTP server. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
nlepage
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
Some points :
This library emulates an HTTP server inside of a service worker, there is no actual HTTP server.
A service worker cannot be accessed from another client, neither can the emulated HTTP server.