Skip to content

alastairparagas/advanced-web-apps

Repository files navigation

Web Assembly and Web Workers

Covers ground on web workers - multi-threading on the browser, web assembly - a performant binary execution format on the browser and Rust - a systems programming language.

Where are the workshop slides?

Click here for those sweet, sweet slides

How to run stuff?

You can run the various HTML files for a given folder by running python -m SimpleHTTPServer (requires Python 2 installed) or python -m http.server (requires Python 3 installed).