Re: Unix Domain Socket (UDS) TCP server in Erlang
Frank Muller <[email protected]>
| Newsgroups | gmane.comp.lang.erlang.general |
|---|---|
| Message-ID | <CAFA6GnDk26SaG1Qx=pWkr3M03OCofZrEg+fZYJz87j=ZjAdQ8A@mail.gmail.com> |
Thanks for the pointer Roger. The new socket module has everything I need. > > https://ninenines.eu/docs/en/ranch/2.0/guide/listeners/#_listening_on_a_unix_domain_socket > > On Sun, 23 May 2021 at 20:49, Frank Muller <[email protected]> > wrote: > > > > Hi guys > > > > I’d like to implement a Unix Domain Socket 'TCP' server in Erlang. > > > > I found this module, which works pretty well: > > https://github.com/saleyn/euds#tcp-example > > > > but the author said Erlang 19-RC2 will be shipped with UDS. > > > > Unfortunately, I couldn't found any working TCP server example. > > > > This discussion is interesting but no server example was provided: > > https://github.com/erlang/otp/pull/612#issuecomment-248629906 > > > > Help appreciated. > > /Frank > > >