lua-users home
lua-l archive

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


I don't know much about lua's standard network API's, but I'm working on binding to libuv (the network layer in nodeJS) to LuaJIT. <https://github.com/creationix/luanode>

 It's still a ways off, but it should make building the network half of such servers really easy.  Any parser logic can be shared as long as it's implemented to not do I/O itself.

On Mon, Sep 19, 2011 at 11:03 AM, Petite Abeille <petite.abeille@gmail.com> wrote:

On Sep 19, 2011, at 12:33 AM, Sean Conner wrote:

> I create three files per email, the body, and two for headers.

How do you deal with multipart? Are they all bunches together in ,B?