[go: up one dir, main page]
More Web Proxy on the site http://driver.im/

タグ

ブックマーク / leafo.net (2)

  • Lapis - A web framework for Lua

    local lapis = require "lapis" local app = lapis.Application() app:match("/", function(self) return "Hello world!" end) return app lapis = require "lapis" class extends lapis.Application "/": => "Hello world!" How does it work? With OpenResty, Lua is run directly inside of the Nginx worker using LuaJIT, giving you the smallest barrier between the webserver and your code. Have a look at Web Framewor

    perezvon
    perezvon 2014/05/16
    “Lapis is a framework for building web applications using MoonScript or Lua that runs inside of a customized version of Nginx called OpenResty.”
  • Aroma

    How It Works Native Client files are distributed as .nexe binaries where are compiled for both 64-bit and 32-bit computers. Aroma comes as a compiled .nexe file that’s ready to use after uploading to your server. All you need to do is upload your game alongside Aroma. Reusing Your Browser In order to keep the .nexe binary small, Aroma reuses your browser to accomplish many tasks without depending

    perezvon
    perezvon 2014/04/07
    Aroma is game creation framework that targets Chrome’s Native Client.
  • 1