Skip to content

Latest commit

 

History

History
40 lines (31 loc) · 1.12 KB

README.md

File metadata and controls

40 lines (31 loc) · 1.12 KB

Chat console application (Elixir edition)

This application communicate with ruby one, through RabbitMQ message broker

#️⃣ App description


Simple console chat application. Asking for name, joining to chat room, sending and receiving messages.

🔐 Technology stack


Name Version
Erlang OTP 19
Elixir 1.4.0
RabbitMQ 3.6.6

📖 Setup


  1. clone repository,
  2. cd path/to/repo,
  3. mix deps.get.

📖 Run


ℹ️ Dependencies


ℹ️ How to install RabbitMQ