From 4992c3677f4d9bfbbe7bedc64547f294b48e6f32 Mon Sep 17 00:00:00 2001 From: Rene Schallner Date: Mon, 27 Feb 2023 02:22:12 +0100 Subject: [PATCH] added mustache example to readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 14c9f74..15f95ff 100644 --- a/README.md +++ b/README.md @@ -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