← 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:
- Install dependencies with
mix deps.get - Create and migrate your database with
mix ecto.create && mix ecto.migrate - To create a 'test-app' do
mix run priv/repo/seeds.exs - 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
- Follow : http://www.akitaonrails.com/expusherlite
- Sample Client Demo : https://github.com/akitaonrails/pusher_lite_demo