/anka

phoenix websockets fun

Primary LanguageElixir

Anka

To start your Phoenix app:

  • Install dependencies with mix deps.get
  • Install Node.js dependencies with npm install
  • Start endpoint with iex iex -S mix phoenix.server
  • Send websocket message Anka.Endpoint.broadcast "weather:temp", "new_temp", %{user: "User", body: "Hello from console"}

Now you can visit localhost:4000 from your browser.

Ready to run in production? Please check our deployment guides.

Learn more