Skip to content

ruanpienaar/nimby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nimby

Not in my back yard!

Server

nimby_listen_server:start_link("localhost", 12345).

Client

{ok, S} = nimby:connect("localhost", 12345). nimby:send(S, {erlang, now, []}).