As-WebSocket
JSON →WebSocket bindings for AssemblyScript, enabling real-time communication in WebAssembly modules. Current stable version 1.1.2 provides a simple API to create WebSocket servers and clients directly in AssemblyScript, with automatic integration via wasmImports and wasmExports. Released under MIT, it supports both Node.js and browser environments through a UMD bundle. Key differentiator: native WebSocket support in AssemblyScript without JavaScript glue code, leveraging the official ws package on Node. Development appears slow with few updates.
Resources
packageas-websocket ↗