Hi I was running some test with Node.js vs Fulephp. I had a simple set up and I was trying to see what is faster. I had 10 thousand records in mogodb being pulled in to views. The set up was simple, no js, no css, with minimal html. I quickly noticed that php set up was twice as fast. At first I dismissed nodejs as being slower and moved on with my life. However I decided to try node without jade which I used as my templating engine, and by stroke of luck I came across a post on stackoverflow that philosophy behind jade is not so much speed but elegance. Then I decided to try node without any temp. engines. But I quickly ran into a problem since Hi I was running some test with Node.js vs Fule