6 ms·
neat. I took a look at the code base and there is a number of files with a jade extension. Anybody know what language/framework that is?
by JEBailey 14y ago
neat. I took a look at the code base and there is a number of files with a jade extension. Anybody know what language/framework that is?
- jasonkostempski 14y agoJade - robust, elegant, feature rich template engine for nodejs: https://github.com/visionmedia/jade https://github.com/visionmedia/jade
- judofyr 14y agoUgh, what a crappy description. What about "Jade: Haml-style, indentation-based, interpolation template engine for Node.js"?
- judofyr 14y agohttps://github.com/mappum/0x10code https://github.com/mappum/0x10code Node.js. Express. Jade. MongoDB.
- mappum 14y agoI've gotta say, it's my first ever experience with express, jade, or a web app on Node (I've done decent amounts of non-web Node stuff, though). When I was starting ti get 10 requests per second, I still wasn't even caching anything.