Skip to content

anycable/anycable-pubsub-nextjs

Repository files navigation

Next.js vs. AnyCable pub/sub

A minimal messaging Next.js app demonstrating AnyCable v1.5 pub/sub features.

Learn more in the documentation.

See this project on StackBlitz.

Running locally

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.