Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ubongn/pusher_nextjs_demo
- Owner: ubongn
- Created: 2024-05-17T23:11:19.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-05-17T23:19:35.000Z (6 months ago)
- Last Synced: 2024-05-18T00:26:35.709Z (6 months ago)
- Language: JavaScript
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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