From 221ab8c92bfd59d1fbb629b54ade0034acdb32c0 Mon Sep 17 00:00:00 2001 From: Philipp Hemmelmayr Date: Sat, 16 Mar 2019 19:13:03 +0100 Subject: [PATCH] added reference to ldfSpark --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 8f35aa9..565c33f 100644 --- a/README.md +++ b/README.md @@ -110,6 +110,10 @@ app.get("/:page", (req, res) => { }); ``` +## Quickstart with java server + +I wrote a java library to quickstart development with ldf and the templating engine mustache. It also solves the problems with non-hash url as mentioned above. [You can find information about the library here](https://github.com/AUTplayed/ldfSpark) + ## Final Notes This project was just thrown together in a few hours based on a way messier implementation, which I used in my diploma thesis. If you find a bug or want to add an improvement, please open an issue/pull request.