awkay/untangled

A library for building full-stack SPA webapps in Clojure and Clojurescript


License
MIT

Documentation

Untangled for Om Next

Untangled is a library stacked on Om Next that provides much of what is needed to use that library (client parser, networking, server elements, a database format, clear constructs for data loading). The intention is to provide you with most of the experience of Om Next with very little of the pain.

1. Writing Applications with Untangled

untangled

Release: untangled Snapshot: untangled

See GettingStarted.adoc to get going.

Once you’ve got the general idea, there’s more info in the developers guide, which is an interactive guide where you edit the code as you go. To use the developers guide, clone this repository and run:

./run-devguide.sh

and follow the instructions.

2. See Some Demos

There are a number of demos that show how particular common things are done with Untangled. To view them use the run-demos.sh shell script at the top of this project and follow the instructions it gives.

This compiles the demos, and runs a server that can respond to the full-stack examples.

Note
A number of things might use the network port of the demo server, so don’t try to do this while also doing something else in the project.