Skip to content

[Starter project] web server & client. Fully C++/WebAssembly. Server runs on google cloud function. Client uses a C++ virtual dom.

License

Notifications You must be signed in to change notification settings

ArthurSonzogni/gcloud-cpp-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gcloud-cpp-starter

Starter project. A web server and client fully made with C++/WebAssembly. A simple CMake configuration describes how to build and run everything.

Features:

Demo: here

How to build?

asciicast

  • Build everything using CMake:
mkdir build
cd build
emcmake cmake ..
make
make run
  • Deploy the server locally using the emulator:
make deploy
  • Serve the client locally and open it using a web browser:
make run

About

[Starter project] web server & client. Fully C++/WebAssembly. Server runs on google cloud function. Client uses a C++ virtual dom.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published