This project aims to help in testing different AnyCable features via browsers (primarly, anycable-client features).
You can try the playground here: 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.
You can run the project locally, too:
npm install
npm run serve
Now you can access the playground at http://localhost:4444.