Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 457 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 457 Bytes

Chat

Running the server

cd apps/server/ CHAT_PORT=4040 mix run --no-halt

Running the client

cd apps/client/ SERVER_HOST=localhost SERVER_PORT=4040 mix run --no-halt

Running the tests

mix test in this directory runs all tests

Architecture

alt text

Peer-to-peer File Transfer Protocol

alt text