Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vladbrok/test-vercel-realtime


https://github.com/vladbrok/test-vercel-realtime

Last synced: 13 days ago
JSON representation

Awesome Lists containing this project

README

        

# Next.js + Pusher Channels

This example shows how to build a Realtime chat application with Pusher and Next.JS serverless functions.

## To run this example

- Clone this repo and `cd pusher-chat`
- Create a `.env.local` file and include the following keys from your Pusher dashboard
```
app_id
key
secret
cluster
```
You'll also need to get a google API key to use the realtime location feature.

- run `yarn install && yarn dev` then navigate to `localhost:3000` in your browser to see the application

## Live
The Live version of this app is available [here](https://pusher-chat-app.vercel.app/)