An open API service indexing awesome lists of open source software.

https://github.com/danbugs/serverside-wasm-book-code

The code written for "Server-side WebAssembly: Building and Deploying Lightweight Apps"
https://github.com/danbugs/serverside-wasm-book-code

book server-side wasm

Last synced: 4 months ago
JSON representation

The code written for "Server-side WebAssembly: Building and Deploying Lightweight Apps"

Awesome Lists containing this project

README

          

# Server-side WebAssembly: Lightweight Apps with Wasm

This is a repository to store the code used in my upcoming book: "Server-side WebAssembly: Lightweight Apps with Wasm".

The book is still under development, so this repository will be updated as I progress through the book.

## Book Sections

- [x] Chapter 1 (Introduction to Wasm on the Server)
- Part 1: WebAssembly for architects
- [x] Chapter 2 (Building Server-Side Applications with Wasm Modules)
- [x] Chapter 3 (Enhancing Portability and Security with Wasm Components)
- [x] Chapter 4 (Interfacing Wasm with the Underlying System)
- [x] Chapter 5 (Applications of Wasm from machine learning to databases)
- Part 2: WebAssembly for developers
- [x] Chapter 6 (Creating Production-Grade Wasm Applications)
- [x] Chapter 7 (Distributing and deploying Wasm)
- [x] Chapter 8 (Scalability for Wasm with Kubernetes)
- [x] Chapter 9 (Future of Wasm on the Server)
- Appendices
- [x] Appendix A (Citations)
- [x] Appendix B (Required tools)
- [x] Appendix C (Deploying the SmartCMS to Azure Kubernetes Service)