An implementation of Node.js' Connect in Lua for Async
Lua
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
README.md
connect.lua
helpers.lua
super.lua

README.md

async-connect

An implementation of Node.js' Connect in Lua for Async

Prerequisites

Async-connect requires 'async' (https://github.com/clementfarabet/async/).

Installation

  • First, install any prereqs
  • Clone this repo, and require 'connect.lua'

Usage

Usage should be incredibly similar to Connect (for Node.js), except in an Async context.