MDRSS · MARKDOWN SNAPSHOT
0.0/10
Zero-Dependency Brainstorm Server Implementation Plan
Goal: Replace the brainstorm server's vendored nodemodules with a single zero-dependency server.js using Node built-ins. Architecture: Single file with WebSocket protocol (RFC 6455 text frames), HTTP server (http module), and file watching (fs.watch).