Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vladbrok/test-vercel-realtime
https://github.com/vladbrok/test-vercel-realtime
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/vladbrok/test-vercel-realtime
- Owner: VladBrok
- Created: 2022-08-04T08:43:53.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-06T07:12:00.000Z (over 2 years ago)
- Last Synced: 2024-10-23T00:38:40.260Z (2 months ago)
- Language: JavaScript
- Homepage: test-vercel-realtime.vercel.app
- Size: 325 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)