mirror of
https://github.com/zigzap/zap.git
synced 2025-10-20 23:24:09 +00:00
added mustache example to readme
This commit is contained in:
parent
21c4fa12d3
commit
4992c3677f
1 changed files with 3 additions and 0 deletions
|
@ -38,6 +38,9 @@ Here's what works:
|
||||||
- **[endpoint](examples/endpoint/)**: a simple JSON REST API example featuring
|
- **[endpoint](examples/endpoint/)**: a simple JSON REST API example featuring
|
||||||
a `/users` endpoint for PUTting/DELETE-ing/GET-ting/POST-ing and listing
|
a `/users` endpoint for PUTting/DELETE-ing/GET-ting/POST-ing and listing
|
||||||
users, together with a static HTML and JavaScript frontend to play with.
|
users, together with a static HTML and JavaScript frontend to play with.
|
||||||
|
- **[mustache](examples/mustache/)**: a simple example using
|
||||||
|
[mustache](https://mustache.github.io/) templating.
|
||||||
|
|
||||||
|
|
||||||
I'll continue wrapping more of facil.io's functionality and adding stuff to zap
|
I'll continue wrapping more of facil.io's functionality and adding stuff to zap
|
||||||
to a point where I can use it as the JSON REST API backend for real research
|
to a point where I can use it as the JSON REST API backend for real research
|
||||||
|
|
Loading…
Add table
Reference in a new issue