Re: erlang text://protocol server?
Jesper Louis Andersen <[email protected]>
| Newsgroups | gmane.comp.lang.erlang.general |
|---|---|
| Message-ID | <CAGrdgiUTLYjaQ3EaQewFkgC7vOOy1He=tujcv=Q9kh6CSSm0dQ@mail.gmail.com> |
On Fri, Apr 9, 2021 at 8:29 PM Petite Abeille <[email protected]> wrote: > At first glance, the Lua server is around ~113 sloc: > > https://github.com/textprotocol/publictext/blob/main/publictext > > I think you could get going with ninenines/ranch to get an acceptor pool going. Then implementing the lua code should be pretty straightforward. This looks like a really fun small beginner project that has a tangible output. -- J.