null
Loading... Please wait...
FREE SHIPPING on All Unbranded Items LEARN MORE
Print This Page

Server-Side WebAssembly (Building portable and secure multi-language apps)

List Price: $49.99
SKU:
9781633436206
Quantity:
Minimum Purchase
25 unit(s)
  • Availability: Confirm prior to ordering
  • Branding: minimum 50 pieces (add’l costs below)
  • Check Freight Rates (branded products only)

Branding Options (v), Availability & Lead Times

  • 1-Color Imprint: $2.00 ea.
  • Promo-Page Insert: $2.50 ea. (full-color printed, single-sided page)
  • Belly-Band Wrap: $2.50 ea. (full-color printed)
  • Set-Up Charge: $45 per decoration
FULL DETAILS
  • Availability: Product availability changes daily, so please confirm your quantity is available prior to placing an order.
  • Branded Products: allow 10 business days from proof approval for production. Branding options may be limited or unavailable based on product design or cover artwork.
  • Unbranded Products: allow 3-5 business days for shipping. All Unbranded items receive FREE ground shipping in the US. Inquire for international shipping.
  • RETURNS/CANCELLATIONS: All orders, branded or unbranded, are NON-CANCELLABLE and NON-RETURNABLE once a purchase order has been received.
  • Product Details

    Author:
    Danilo Chiarlone
    Format:
    Paperback
    Pages:
    272
    Publisher:
    Manning (December 30, 2025)
    Imprint:
    Manning
    Language:
    English
    ISBN-13:
    9781633436206
    ISBN-10:
    1633436209
    Weight:
    11.82oz
    Dimensions:
    7.375" x 9.25"
    File:
    Eloquence-SimonSchuster_08192026_P10502905_onix30-20260819.xml
    Folder:
    Eloquence
    List Price:
    $49.99
    Pub Discount:
    37
    As low as:
    $38.49
    Publisher Identifier:
    P-SS
    Discount Code:
    A
  • Overview

    Get a free eBook (PDF or ePub) from Manning as well as access to the online liveBook format (and its AI assistant that will answer your questions in any language) when you purchase the print book.

    “WebAssembly on the server is the future of computing.”
    –Solomon Hykes, founder of Docker

    Learn how to harness the power of Wasm on the application back-end. By following the numerous practical examples and crystal-clear explanations, you’ll soon be seeing the benefits of reduced cold start times, improved security and performance, and the freedom of polyglot programming.

    This book lays out everything you need to take WebAssembly beyond its traditional browser domain. You’ll put on the hats of a systems architect, a backend developer, and even a DevOps engineer to get a full picture of WebAssembly development from both an architecture and development perspective.

    Inside Server-Side WebAssembly you’ll learn how to:

    • Develop and deploy server-side Wasm applications
    • Create and manage Wasm containers with OCI
    • Compile Wasm components from multiple languages
    • Scale Wasm applications using Kubernetes
    • Deploy Wasm applications across different environments
    • Integrate with databases and machine learning

    About the technology

    WebAssembly (Wasm) revolutionized frontend development by enabling secure, high-performance code in the browser. Now it’s doing the same for backend infrastructure as a platform for lightweight, portable applications that run anywhere. In this book, you’ll learn how to build production-grade server-side apps using Wasm.

    About the book

    Server-Side WebAssembly teaches you to use WebAssembly components and the WebAssembly System Interface (WASI) to build web back ends. You’ll start with Wasm fundamentals and then quickly start building a realistic content management system complete with data storage, HTTP servers, and AI-generated content. As you go, you’ll see how Wasm integrates code from multiple languages and connects naturally with databases, AI/ML systems, and deployment platforms like Kubernetes.

    What's inside

    • Integrate components from multiple languages
    • Deploy Wasm applications on Kubernetes
    • Connect Wasm apps to databases and ML systems

    About the reader

    For intermediate web developers. Code samples in Rust, JavaScript and Python.

    About the author

    Danilo Chiarlone works at Microsoft on cloud and virtualization technologies and is a contributor to several WebAssembly System Interface (WASI) proposals.

    Table of Contents

    Part 1
    1 Introducing Wasm on the server
    2 Building server-side applications with Wasm modules
    3 Enhancing portability and security with Wasm components
    4 Interfacing Wasm with the underlying system
    5 From machine learning to databases: Applications of Wasm
    Part 2
    6 Creating production-grade Wasm applications
    7 Introducing Wasm containers
    8 Scalability for Wasm with Kubernetes
    9 The future of Wasm
    A Required tools
    B Deploying the SmartCMS to Azure Kubernetes Service