> I'm aware of that. Writing sync web apps would imply using one > process/worker by request like other popular languages do (PHP/Ruby/etc.). I > think it is still interesting to use Javascript for backend development even > without the async stuff.
Since Node/V8 has a rather longish startup time, this would be the horrors for performance. I suggest simply using streamline, your code will feel like writing Sync! -- 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
