1
0
Fork 0
mirror of https://github.com/zigzap/zap.git synced 2025-10-20 15:14:08 +00:00

added mustache example to readme

This commit is contained in:
Rene Schallner 2023-02-27 02:22:12 +01:00
parent 21c4fa12d3
commit 4992c3677f

View file

@ -38,6 +38,9 @@ Here's what works:
- **[endpoint](examples/endpoint/)**: a simple JSON REST API example featuring
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.
- **[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
to a point where I can use it as the JSON REST API backend for real research