Re: erlang text://protocol server?
Petite Abeille <[email protected]>
| Newsgroups | gmane.comp.lang.erlang.general |
|---|---|
| Message-ID | <[email protected]> |
> On Apr 9, 2021, at 21:16, Jesper Louis Andersen <[email protected]> wrote: > > I think you could get going with ninenines/ranch to get an acceptor pool going. That one? https://github.com/ninenines/ranch That would be in-lieu of djb's tcpserver, right? https://cr.yp.to/ucspi-tcp/tcpserver.html > Then implementing the lua code should be pretty straightforward. This looks like a really fun small beginner project that has a tangible output. Fun indeed. Thanks.