Skip to content

akitaonrails/ex_messenger_exercise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ExMessenger Package

This is an adaptation of the original ExMessenger example written by Drew Kerrigan.

How to Run

From different terminals:

  1. start the server like this:

    cd apps/ex_messenger iex --sname server --cookie chocolate-chip -S mix run

  2. then start the clients like this:

    cd apps/ex_messenger_client server=server@Hal9000u nick=john elixir --sname client -S mix run

Notice that the domain will be different (likely your machine's name), so change the command line accordingly.

About

Original from Drew Kerrigan

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages