Skip to content
← Back to projects

Ex Pusher Lite

Implementation of a Phoenix Channel based core for a Pusher replacement

#Ex Pusher Lite - Server Side

To start your Phoenix app:

  1. Install dependencies with mix deps.get
  2. Create and migrate your database with mix ecto.create && mix ecto.migrate
  3. To create a 'test-app' do mix run priv/repo/seeds.exs
  4. Start Phoenix endpoint with mix phoenix.server

This will set up a simple test application ready to receive messages from the client Rails app.

#Learn more

New version available.