Skip to content

Commit

Permalink
added reference to ldfSpark
Browse files Browse the repository at this point in the history
  • Loading branch information
AUTplayed authored Mar 16, 2019
1 parent b97a096 commit 221ab8c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 221ab8c

Please sign in to comment.