EAEtienne ANNEinzwiterrion.hashnode.dev·Mar 21, 2024 · 10 min readBuilding 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...00
EAEtienne ANNEinzwiterrion.hashnode.dev·Mar 11, 2024 · 9 min readBuilding 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...00
EAEtienne ANNEinzwiterrion.hashnode.dev·Feb 22, 2024 · 6 min readHow 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...00
EAEtienne ANNEinzwiterrion.hashnode.dev·Feb 18, 2024 · 6 min readLeveraging 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, ...00