Skip to content

SimonRobinson/phoenix_pubsub

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Phoenix.PubSub

Distributed PubSub and Presence platform for the Phoenix Framework

Build Status

Installation

  1. Add phoenix_presence to your list of dependencies in mix.exs:

    def deps do [{:phoenix_pubsub, "~> 0.0.1"}] end

  2. Ensure phoenix_presence is started before your application:

    def application do [applications: [:phoenix_pubsub]] end

Testing

Testing by default spawns nodes internally for distributed tests. To run tests that do not require clustering, exclude the clustered tag:

$ mix test --exclude clustered

If you have issues running the clustered tests try running:

$ epmd -daemon

before running the tests.

About

Distributed PubSub and Presence platform for the Phoenix Framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Elixir 100.0%