Skip to content

gymer/pusher-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pusher-api

Run

bee run

In browser connect to

ws://localhost:8080/v1/ws/app/secret-app-key`

In terminal

curl --data '{"event": "new_message", "channel":"notifications", "data": {"title": "Hello", "content": "World"}}' --user CLIENT_ACCESS_TOKEN:SERVER_ACCESS_TOKEN localhost:8080/v1/apps/APP_ID/events

Build

Ubuntu 14.04

GOOS=linux GOARCH=amd64 go build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published