-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
65 lines (58 loc) · 2.36 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
---
title: Gizmo, a Clojure Web and HTTP service framework
layout: default
---
<main class="bs-masthead" id="content" role="main">
<div class="container">
<h1>Gizmo</h1>
<p class="lead">Gizmo is a Clojure library that provides a low-effort way to develop Web applications and RESTful services.</p>
<p><a class="btn btn-primary btn-lg" href="/articles/getting_started.html">Get Started »</a></p>
<ul class="bs-masthead-links">
<li>
<a href="/articles/guides.html">Read doc guides »</a>
</li>
<li>
<a href='TBA'>Join the mailing list »</a>
</li>
<li>
<a href='https://github.com/clojurewerkz/gizmo'>Contribute »</a>
</li>
<li>
<a href='https://github.com/ifesdjeen/gizmo-cloc'>Example application »</a>
</li>
<li>
<a href='https://clojars.org/clojurewerkz/gizmo'>Current Version: 1.0.0-alpha2</a>
</li>
</ul>
</div>
</main>
<div class="container">
<div class="row">
<div class="col-lg-4">
<h2>Best of Clojure</h2>
<p>Under the hood, Gizmo relies on the libraries that have been running in production by many people from Clojure community: Ring, Compojure, Enlive, route_one and others.</p>
</div>
<div class="col-lg-4">
<h2>Good Thoughput, Low Latency</h2>
<p>With parallel widget rendering, independent parts of the page will be prepared in parallel without any effort from your side.</p>
</div>
<div class="col-lg-4">
<h2>Batteries included</h2>
<p>Gizmo provides you with a great toolchain to jumpstart application development, providing a ways to simplify routing, templating, serialization, built-in services and more.</p>
</div>
</div>
<div class="row">
<div class="col-lg-4">
<h2>Compile-time Template Error Detection</h2>
<p>Gizmo has compile-time detection of issues in markup templates.</p>
</div>
<div class="col-lg-4">
<h2>Conventions-Oriented</h2>
<p>Gizmo provides you with a set of simple conventions that help you to keep application concerns separated, making it extremely easy to find parts you need to work on.</p>
</div>
<div class="col-lg-4">
<h2>Small Components Working Together</h2>
<p>Split long-running parts of your application into lightweight cooperative tasks, controllable via minimalistic API.</p>
</div>
</div>
</div>