项目作者: cacilhas

项目描述 :
A lighter project replacing Kraken
高级语言: Lua
项目地址: git://github.com/cacilhas/sepia.git
创建时间: 2019-01-07T22:17:24Z
项目社区:https://github.com/cacilhas/sepia

开源协议:Other

下载


SEPIA LATIMANUS

Kraken should be a
great project, but fails at a critical detail: it’s too big!

Kraken aims to solve to many problems, instead of solving the current
one.

A lighter project could be a more elegant approach. So a lighter
cephalopod is Sepia latimanus.

So Sepia can be that light, it requires some dependencies:

  • Kodumaro Lua

    Project that provides some useful features to Lua environment, like:

    • base64
    • bignum
    • sss (Simple Stupid Socket)
    • uuid

    Simple Stupid Socket is a lighter approach to
    Kraken Socket,
    that suffer the same mistakes of Kraken.

  • lua51pthread

    Project created by Mildred, to provide Posix
    pthread features to Lua.