/emscripten-example

Simple emscripten example with XMLHttpRequest called from C++.

Primary LanguageC++

This example isn't anymore up-to-date !!!!

Simple Emscripten Example

Calling XMLHttpRequest in your browser from C++

However you can see a working sample in the library that was developed after this : MiniXhr in js::bind

And if you really want to do network request without building your own framework, you can use xxhr : XmlHttpRequest for C++