/chatnix

Primary LanguageElixir

Chatnix

Chatnix is a simple chatroom server powered by Elixir and Phoenix. It serves as a backend to any client that speaks HTTP and Websocket.

Getting started:

  • Run mix setup to install and setup dependencies
  • Start Phoenix endpoint with mix phx.server or inside IEx with iex -S mix phx.server
  • The server is available in http://localhost:4000