1

I'm thinking about building a small web application using the Falcon Cloud API framework. I'd like to ask the community for some ideas on the matter of templating.

What's the speed of Falcon (https://github.com/racker/falcon) with Jinja2? ...with Mako? ...with Tenjin?

4

1 回答 1

3

You can use anything you like. Jinja2 has great support, so I would recommend that you use it. However, if you are looking for really high speeds, then go for mako.

于 2013-10-08T20:41:22.770 回答