Skip to content

Write non-blocking code in a nice-ish way in a node.js repl.

Notifications You must be signed in to change notification settings

littlehaker/co-repl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Co-repl

Write non-blocking code in a nice-ish way in a node.js repl. Based on Co.

NOTE

This is an ALPHA version. There are some problems with repl context.

Install

npm install -g co-repl

Usage

$ co-repl
> var foo = yield function(cb){return setTimeout(function(){cb(null, 'foo')}, 500)}

About

Write non-blocking code in a nice-ish way in a node.js repl.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published