Hacker News new | ask | show | jobs
by codegangsta 4582 days ago
shameless plug. Martini doesn't even have html template rendering out of the box. I originally built it because I wanted a better experience building webservices for Angular frontends :)

https://github.com/codegangsta/martini

You and I sir, are on the same wavelength

1 comments

Interesting, I'll have to play with it. Thanks for sharing.

You should consider adding benchmarks to that it is easy to compare martini to net/http. This will let you keep an eye on performance as you work on it and accept pulls.