An open API service indexing awesome lists of open source software.

https://github.com/ad2476/async-connect

An implementation of Node.js' Connect in Lua for Async
https://github.com/ad2476/async-connect

Last synced: 4 months ago
JSON representation

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

Awesome Lists containing this project

README

        

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.