> Mono as in "monorail"? Instead of "rails" plural?
Actually no, it's a shortcut from "monolith", and monojs sound nicely, it's 
also 'mono' in npm, I didn't thought that net framework used with node.

> Also, maybe you shouldn't bundle the synchronous/fibers thing with the 
framework. It seems like a separate concern that should 
> be an independent plugin perhaps. Some people might like the framework 
but don't care for fibers -- they may prefer another 
> synchronous implementation. (Sorry I sent other response too soon.)

Relying on fibers allowed significantly simplify code for end users.

It doesn't meant though that you has to use only synchronous code. The 
framework itself is compatible
with other node.js libraries - you can plug in other libraries or it itself 
can be distributed for example via npm and mounted as a module or 
middleware in express.js. Synchronous code also can be mixed with 
asynchronous.

I usually do complex things like streams and parallel queries with 
asynchronous code. 
It's ok to have asynchronous code here and there. What's not ok - it's when 
it's everywhere.

On Sunday, 12 January 2014 06:35:45 UTC+4, Alex wrote:
>
> Also, maybe you shouldn't bundle the synchronous/fibers thing with the 
> framework. It seems like a separate concern that should be an independent 
> plugin perhaps. Some people might like the framework but don't care for 
> fibers -- they may prefer another synchronous implementation. (Sorry I sent 
> other response too soon.)

-- 
-- 
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to nodejs@googlegroups.com
To unsubscribe from this group, send email to
nodejs+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to nodejs+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to