A minimal messaging Next.js app demonstrating AnyCable v1.5 pub/sub features.
Learn more in the documentation.
See this project on StackBlitz.
To run the project locally, you must first launch AnyCable server:
yarn anycable-go
Now, start the Next.js app:
yarn dev
You can open the app in your browser at http://localhost:4000.