Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 184 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 184 Bytes

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, []}).