Skip to content

andershansson/pusher

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pusher Build Status Hex pm

Description

Elixir library to access the Pusher REST API.

Usage

Pusher.configure!("localhost", 8080, "app_id", "app_key", "secret")
Pusher.trigger("message", [text: "Hello!"], "chat-channel")

To get occupied channels:

Pusher.channels

To get users connected to a presence channel

Pusher.users("presence-demo")

TODO

  • Add tests

About

Elixir library to access the Pusher REST API.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Elixir 100.0%