An open API service indexing awesome lists of open source software.

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

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).