nexusjs
nexusjs copied to clipboard
Support `fetch` for HTTP requests
A lot of libraries out there are geared towards the browser which has globals for interacting with the OS. I think it would be useful to provide some of these globals to make it easy to reuse libraries between the Nexus and the browser.
fetch
is a great candidate since a lot of es6 libraries are going to be using it for any requests they do.
Websocket
would be another great candidate.
Hi! Thank you for the suggestion.
I have added it to the roadmap. I'm currently looking into ways to implement this.