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"
- Host: GitHub
- URL: https://github.com/danbugs/serverside-wasm-book-code
- Owner: danbugs
- Created: 2024-07-08T22:48:17.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-10-11T05:53:35.000Z (8 months ago)
- Last Synced: 2026-02-02T08:37:55.269Z (4 months ago)
- Topics: book, server-side, wasm
- Language: Rust
- Homepage:
- Size: 43.5 MB
- Stars: 54
- Watchers: 6
- Forks: 13
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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)