WebSocket server plugin for the Nadesiko3 programming language environment. Version 3.6.5 is the current stable release. This plugin enables WebSocket server functionality within Nadesiko3 scripts, allowing real-time bidirectional communication. Maintained as part of the Nadesiko3 ecosystem by kujirahand. It is specific to Nadesiko3 and not a general-purpose WebSocket library.
npm install nadesiko3-websocketNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to load the Nadesiko3 WebSocket plugin, register it, and start a server using Nadesiko3 syntax.
Ensure nadesiko3 is installed: npm install nadesiko3
Run: npm install nadesiko3