https://github.com/anycable/anycable-pubsub-nextjs
AnyCable / Next.js minimal example
https://github.com/anycable/anycable-pubsub-nextjs
Last synced: about 1 year ago
JSON representation
AnyCable / Next.js minimal example
- Host: GitHub
- URL: https://github.com/anycable/anycable-pubsub-nextjs
- Owner: anycable
- Created: 2024-08-06T12:51:20.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-26T20:56:54.000Z (over 1 year ago)
- Last Synced: 2025-04-15T19:07:51.807Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://stackblitz.com/edit/anycable-pubsub
- Size: 182 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Next.js vs. AnyCable pub/sub
A minimal messaging Next.js app demonstrating [AnyCable](https://anycable.io) v1.5 pub/sub features.
Learn more in the [documentation](https://docs.anycable.io/edge/anycable-go/signed_streams).
> See this project on [StackBlitz](https://stackblitz.com/edit/anycable-pubsub).
### Running locally
To run the project locally, you must first launch AnyCable server:
```sh
yarn anycable-go
```
Now, start the Next.js app:
```sh
yarn dev
```
You can open the app in your browser at [http://localhost:4000](http://localhost:4000).