5 ms·
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 webservice
by codegangsta 13y 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 https://github.com/codegangsta/martini
You and I sir, are on the same wavelength
- voidlogic 13y agoInteresting, 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.