<div dir="ltr"><div><div>Sewer is an experiment to use Windows Pipes instead of sockets as the transport for erlang messaging.  The current code proves the concept.  It plays a game of hot potato using either erlang's native sockets or Windows Pipes.</div><div><br></div><div>Why would anyone want Windows Pipes instead of sockets?</div><div>1.  Running in an enterprise environment where Erlang's cookie's do not integrate with existing authentication and security.</div><div>2.  Want to run on a user's machine, and don't want the Firewall warning to pop up.  The user may not even have permission to poke a hole in the firewall.</div></div><div><br></div><div>Please give it a try:</div><a href="https://github.com/surferjeff/sewer">https://github.com/surferjeff/sewer</a><br><div><br></div><div>Does this look useful to anyone?  What kind of license would best work with existing Erlang users?</div><div><br></div><div><br></div></div>