GoWebSocket
golang supports million-connection distributed chat (IM) system
...Its documentation highlights single-machine million-connection goals, making performance and concurrency central to the design. gowebsocket is useful for developers studying large-scale WebSocket systems, chat backends, connection management, and Go network programming. It is best treated as a technical reference and learning project for distributed real-time architecture.