A WebAssembly Browser templating engine for your HTML5 C++ application.
Here we list libraries part of the Bellevue effort :
- nxxm : html5 files compilation, dependency and easy-build with WebAssembly.
- js::bind : bind any C++ function to the Javascript Host API.
- xxhr : HTTP Requests cross-platform & in the Browser
- belle::vue : HTML5 Dom access, HTML5 view engines.
- bete : WebServer, Websocket Observables Data Types
- HTML5 and Browser API integration :
belle::vue::get_element_by_id
,Element::innerHTML
... - HTML5 datamodel views :
<ul>
<li v-for="products"> {{name}} : {{quantity}} </li>
</ul>
Clone it directly and play with the examples/ or use the library in your app :
#include <belle/vue.hxx>
with.nxxm/deps
:
{
"nxxm/bellevue" : {}
}
This project is licensed under the permissive MIT License, this is done to encourage you to contribute and make the next generation of Web Apps in WebAssembly together.
MIT License, please just reproduce copyrights :
Copyright (c) 2018 - present nxxm.io