-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
48 lines (41 loc) · 1.19 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
---
title: Machine Head, Clojure MQTT Client
layout: default
---
<main class="bs-masthead" id="content" role="main">
<div class="container">
<h1>Machine Head</h1>
<p class="lead">Clojure MQTT Client</p>
<p><a href="/articles/getting_started.html" class="btn btn-primary btn-lg">Get Started »</a></p>
<ul class="bs-masthead-links">
<li>
<a href="/articles/guides.html">Read doc guides »</a>
</li>
<li>
<a href="https://groups.google.com/forum/#!forum/clojure-mqtt">Join the mailing list »</a>
</li>
<li>
<a href="https://github.com/clojurewerkz/machine_head">Contribute »</a>
</li>
<li>
<a href="https://clojars.org/clojurewerkz/machine_head">Current Version: 1.0.0</a>
</li>
</ul>
</div>
</main>
<div class="container">
<div class="row">
<div class="col-lg-4">
<h2>Minimalistic</h2>
<p>Small API, no unnecessary abstractions</p>
</div>
<div class="col-lg-4">
<h2>Efficient</h2>
<p>Good baseline performance.</p>
</div>
<div class="col-lg-4">
<h2>Interoperable</h2>
<p>Tested against RabbitMQ MQTT plugin and Mosquitto</p>
</div>
</div>
</div>