Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ubongn/pusher_nextjs_demo

Pusher Nextjs Demo
https://github.com/ubongn/pusher_nextjs_demo

Last synced: 8 days ago
JSON representation

Pusher Nextjs Demo

Awesome Lists containing this project

README

        

# Building Real-time Applications with Pusher and Next.js

## Getting Started

- Clone repository

```
cp .env
```
- With yours App Keys variables set .env
```
# Pusher Credentials
PUSHER_APP_ID=”YourAppId”
PUSHER_SECRET=”YourSecret”
NEXT_PUBLIC_PUSHER_KEY=”YourPublicKey”
NEXT_PUBLIC_PUSHER_CLUSTER=”YourCluster”
```
- run npm install or yarn