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
- Host: GitHub
- URL: https://github.com/ably/websocket.org
- Owner: ably
- Created: 2023-11-29T18:10:58.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-25T22:47:00.000Z (about 1 year ago)
- Last Synced: 2025-03-25T23:30:16.409Z (about 1 year ago)
- Topics: websockets
- Language: MDX
- Homepage: https://websocket.org
- Size: 506 KB
- Stars: 12
- Watchers: 5
- Forks: 75
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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`