Am Donnerstag, 12. September 2013 22:41:22 UTC+2 schrieb Tony M: > > > On Thursday, September 12, 2013 5:29:11 AM UTC-7, greelgorke wrote: >> >> you are using node and it's http server. it is your responsibility to >> parse the paths and deliver the right file. >> > OK thanks will look into it. > > Trying to get a sense of the type of project that would benefit from > node.js over a web framework as described. Probably need to look back on > this group archive some more. >
every project that have to handle thousands of concureent requests without computing much. but if your project is a classic webproject, that others ould do wit rails or php, than i recomend too use a node web framework like express or similar. some go so far to use a rails-clone like compound, geddy, etc. there are like quazillions of such frameworks on npm... -- -- 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 --- 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 [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
