This is a community maintained website for all things WebSockets.
See website at https://websocket.org/
We are also hosting a WebSocket echo server freely available for the community at https://echo.websocket.org/
If you want to contribute to this site, issue a pull request with your suggested
changes. If those changes are merged into the main branch in the GitHub
repo, your changes are automatically published to https://websocket.org/.
[!NOTE] If this is the first time you have run this application locally, ensure you have Node installed and run
$ npm installto install all dependencies.
$ npm run astro dev