phoenix_chat icon indicating copy to clipboard operation
phoenix_chat copied to clipboard

An example Elixir chat app using Phoenix channels and presence

PhoenixChat

An example Elixir chat app using Phoenix channels and presence. Follow along at the companion blog post:

http://work.stevegrossi.com/2016/07/11/building-a-chat-app-with-elixir-and-phoenix-presence/

Screenshot

screenshot

Installation

Requires Erlang and Elixir.

$ git clone [email protected]:stevegrossi/phoenix_chat.git
$ cd phoenix_chat
$ mix deps.get
$ npm install
$ mix ecto.create
$ mix phoenix.server