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
- Host: GitHub
- URL: https://github.com/ad2476/async-connect
- Owner: ad2476
- Created: 2014-06-10T20:58:23.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-06-16T20:19:39.000Z (almost 11 years ago)
- Last Synced: 2025-01-10T02:59:08.899Z (5 months ago)
- Language: Lua
- Size: 156 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.