This is a Pusher simple example used to explain how it works.
- Pusher ⚡️
- Dev Documentation 👍
- Pricing (Theres a free plan!) 💰
git clone <this_repo_url>
npm install
nodemon
Run
nodemon
Open your browser at:
http://localhost:3000
Send a message
Will send a request to an api like this
curl POST -d "message=<yourmessage>" http://locahost:3000/message

