Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 702 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 702 Bytes

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.

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.

Running locally

You can run the project locally, too:

npm install
npm run serve

Now you can access the playground at http://localhost:4444.