Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anycable/anycable-browser-playground
A simple browser app to play with AnyCable
https://github.com/anycable/anycable-browser-playground
actioncable anycable websockets
Last synced: about 1 month ago
JSON representation
A simple browser app to play with AnyCable
- Host: GitHub
- URL: https://github.com/anycable/anycable-browser-playground
- Owner: anycable
- Created: 2023-06-22T05:00:43.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-31T21:23:38.000Z (about 2 months ago)
- Last Synced: 2024-10-31T22:22:56.452Z (about 2 months ago)
- Topics: actioncable, anycable, websockets
- Language: JavaScript
- Homepage: https://play.anycable.io
- Size: 376 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AnyCable Browser Playground
This project aims to help in testing different AnyCable features via browsers (primarly, [anycable-client][] features).
## Public version
You can try the playground here: [play.anycable.io](https://play.anycable.io).
**NOTE:** In order to connect to your local server, you must run the server with TLS (`wss://`) enabled. You can configure SSL yourself or use a proxy, like [puma-dev](https://github.com/puma/puma-dev).
## Running locally
You can run the project locally, too:
```bash
npm install
npm run serve
```Now you can access the playground at [http://localhost:4444](http://localhost:4444).
[anycable-client]: https://github.com/anycable/anycable-client