An open API service indexing awesome lists of open source software.

https://github.com/ably/websocket.org

WebSocket.org wiki for the good of the developer community
https://github.com/ably/websocket.org

websockets

Last synced: about 1 year ago
JSON representation

WebSocket.org wiki for the good of the developer community

Awesome Lists containing this project

README

          

# WebSocket.org

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/

# Making and deploying changes

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 https://github.com/ably/websocket.org, your changes are automatically published to https://websocket.org/.

# Running this site locally

> [!NOTE]
> If this is the first time you have run this application locally, ensure you have Node installed run `$ npm install` to install all dependencies.

`$ npm run astro dev`