Skip to content

Elixir chat client/server protocol over TCP sockets

License

Notifications You must be signed in to change notification settings

antonpetkoff/chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Elixir chat client/server protocol over TCP sockets

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published