Skip to content

JelpApp/Pusher-Simple-Example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published