You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there, I'm really impressed with this project! I'm looking for a WASM or JS runtime to create a plugin system for Atomic Server, and this looks very interesting.
I'd love to be able to use my existing JS / Node library in here, but that one currently depends on having some form of fetch - either from window or from node.
I was wondering whether it would be possible to mimick the browser's fetch API for the GET / POST part of the http_module, so it would be a drop-in replacement. That would allow users to run many existing libraries in this runtime.
Good luck with this project!
The text was updated successfully, but these errors were encountered:
Hi there, I'm really impressed with this project! I'm looking for a WASM or JS runtime to create a plugin system for Atomic Server, and this looks very interesting.
I'd love to be able to use my existing JS / Node library in here, but that one currently depends on having some form of
fetch
- either fromwindow
or fromnode
.I was wondering whether it would be possible to mimick the browser's
fetch
API for the GET / POST part of thehttp_module
, so it would be a drop-in replacement. That would allow users to run many existing libraries in this runtime.Good luck with this project!
The text was updated successfully, but these errors were encountered: