Skip to content

jfbastien/cpp-html

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C++ ﹤HTML﹥

The Web is all about frameworks. You can't go a week without a new hot thing coming out. C++ is really missing on this trend, and that's a shame. 😔

After having worked on NaCl / PNaCl, WebAssembly, I've determined that we should try something new and interesting. Instead of putting C++ into the browser, let's put HTML into the C++.

This is a personal project and I've only outlined the basic idea. I'm sure that the amazing thing that is 🕺 Open Source 💃 will bring me many amazing pull requests. I can see this framework going far.

Here's the classic Hello, World! example in C++ ﹤HTML﹥:

#include "cpp.html.h"

﹤html﹥
    ﹤head﹥
    ﹤/head﹥
    ﹤body﹥
        ﹤p﹥(Hello, World!)﹤/p﹥
    ﹤/body﹥
﹤/html﹥

Want to contribute but not sure where to start? Check out the issues!

About

C++ ﹤html﹥

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published