Skip to content

can we access the http server in wasm from other client by using http://127.0.0.1:8080/api/v1? #14

Closed Answered by nlepage
aaronchen2k asked this question in Q&A
Discussion options

You must be logged in to vote

Hi,

Some points :

  • Avoid "upping" issues please
  • Consider using the Discussions tab for questions
  • Avoid picking random labels such as "Enhancement" when you are just asking a question

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.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by nlepage
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #13 on May 09, 2023 07:41.