suranyami / websockets-elixir

Example websocket chat in Elixir

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Websockets Elixir

Example websocket chat in Elixir

Setup

To start your new Phoenix application you have to:

  1. Install dependencies with mix deps.get
  2. Start Phoenix router with mix phoenix.start

Now you can visit localhost:4000 from your browser.

Notes

  • If you choose to change the application's structure, you could manually start the router from your code like this WebsocketsElixir.Router.start

About

Example websocket chat in Elixir

License:MIT License


Languages

Language:Elixir 67.8%Language:JavaScript 14.2%Language:Ruby 9.0%Language:CoffeeScript 9.0%