lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Petite Abeille wrote:

> Or one could outsource the entire networking part to something like
> tcpserver [1] or such.
> 
> On the other hand, sometime it's not so straightforward to decouple
> the networking from the protocol itself (e.g. STARTTLS). Sigh.
> 
>> Any parser logic can be shared as long as it's
>> implemented to not do I/O itself.
> 
> Well, a parser need to read some input, write some output, manipulate
> the network connection.
> 
> [1] http://cr.yp.to/ucspi-tcp/tcpserver.html

similiar:

http://smarden.org/ipsvd/index.html


clemens