Replies: 2 comments 3 replies
-
Boa is sandboxed by design: there are no network calls, fs calls or other side effects. If you want to implement a simple HTTP server, you'd probably have to forward the API of a rust crate that offers that (maybe https://docs.rs/rouille/latest/rouille), and you could put your server state inside a |
Beta Was this translation helpful? Give feedback.
3 replies
-
Moved to Q&A in case people want to share their use cases on networking using Boa :) |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Does boa support the capability to act as a Javascript http client or is it possible to create some simple support. In the latter case, could you please provide some guidelines/hints on how to do that.
Beta Was this translation helpful? Give feedback.
All reactions