From 8a0c57e4f794bdca475eaf8b7cff0e5e4b9e64e5 Mon Sep 17 00:00:00 2001 From: Oleg Podsechin Date: Sun, 4 Dec 2011 02:31:41 +0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c898836..03faf32 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This package implements a number of [CommonJS](http://www.commonjs.org) proposals on top of [Node.js](http://nodejs.org) using [node-fibers](https://github.com/laverdet/node-fibers). Fibers are used to emulate multi-threading within a single process, allowing one to use a synchronous programming style and as a result: -* write fast CRUD webapps that run on Node.js without messy callbacks +* write fast CRUD webapps that run on Node.js without messy callbacks and with very little overhead * run [webapps, middleware and libraries](https://github.com/olegp/common-node/wiki) written for [RingoJS](http://ringojs.org), [Narwhal](http://narwhaljs.org/), [Akshell](http://www.akshell.com), [Erbix](http://www.erbix.com/), [Wakanda](http://www.wakanda.org/), [v8cgi](http://code.google.com/p/v8cgi/) and [other implementations](http://wiki.commonjs.org/wiki/Implementations) * mix & match synchronous/asynchronous styles and use the best tool for the job by writing maintainable business logic in a synchronous manner * write concise, legible shell scripts