Skip to content

sodapopcan/chat-ex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat

A very rudimentary chat over IEx just to try out connecting nodes over a network.

Install

Clone this to some directory then cd into it and:

$ asdf plugin add erlang
$ asdf plugin add elixir
$ asdf install
$ iex --name you@yourip --cookie <get the cookie> -S mix
iex(you@yourip)1> Chat.connect(<your friend's node>)
iex(you@yourip)2> Chat.msg("Hi there")

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages