https://github.com/losinggeneration/gimlet-render
An HTML template & JSON serialization response writer for Gimlet Cocktail.
https://github.com/losinggeneration/gimlet-render
gimlet html-template json middleware moonscript
Last synced: about 1 year ago
JSON representation
An HTML template & JSON serialization response writer for Gimlet Cocktail.
- Host: GitHub
- URL: https://github.com/losinggeneration/gimlet-render
- Owner: losinggeneration
- License: mit
- Created: 2014-05-05T19:10:18.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2017-03-23T23:51:31.000Z (almost 9 years ago)
- Last Synced: 2025-01-17T02:08:58.462Z (about 1 year ago)
- Topics: gimlet, html-template, json, middleware, moonscript
- Language: MoonScript
- Size: 432 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gimlet Render
### A middleware to render HTML & JSON output.
This middleware provides an interface to render HTML template's or JSON data.
## Requirements
* [Gimlet Cocktail](http://github.com/losinggeneration/gimlet)
* [cjson](http://www.kyne.com.au/~mark/software/lua-cjson.php)
* [etlua](https://github.com/leafo/etlua)