Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 173 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 173 Bytes

CHAT

Console based chat

Installation

Server (NodeJS)

cd server
npm install
npm start

./chat

Client (Elixir)

cd client
mix escript.build

./chat