zwiterrion.hashnode.devBuilding your first FAAS with WasmWelcome back to Wasm ecosystem ! Today we're going to build a FAAS (Function as a service) using our reverse proxy Otoroshi and the capabilities of WebAssembly. Function as a service (FaaS) is a cloud-computing service that allows customers to run c...Mar 21, 2024·10 min read
zwiterrion.hashnode.devBuilding a Realtime Chat with OtoroshiImplementing a real-time chat feature poses significant challenges. It involves addressing concerns such as scalability, latency, and security while also ensuring a positive user experience through effective content moderation and customizable chat o...Mar 11, 2024·9 min read
zwiterrion.hashnode.devHow to make Building Wasm Blazingly EasyThe WebAssembly ecosystem is experiencing rapid expansion, with developers increasingly intrigued by the promise of "Code Once, Run Everywhere." Initially confined to browser environments, WebAssembly (Wasm) is now gaining traction for server-side ex...Feb 22, 2024·6 min read
zwiterrion.hashnode.devLeveraging Wasm for API GatewayFeedback from the implementation in Otoroshi, the more extensible Scala reverse proxy One of the main announcements of recent years is WebAssembly (abbreviated Wasm). Sometimes called the fourth language of the web, or the competitor to Javascript, ...Feb 18, 2024·6 min read