Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 614 Bytes

File metadata and controls

35 lines (20 loc) · 614 Bytes

Pusher simple example

This is a Pusher simple example used to explain how it works.

More info @

Start developing

git clone <this_repo_url>
npm install
nodemon

Run it

Run

nodemon

Image

Open your browser at:

http://localhost:3000

Send a message

Image

Will send a request to an api like this

curl POST -d "message=<yourmessage>" http://locahost:3000/message