Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

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

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages