mirror of
https://github.com/cesanta/mongoose.git
synced 2024-12-27 15:01:03 +08:00
Nitpick README update
PUBLISHED_FROM=28b3a30ad82432e8e3ca194d7e204acf9a998e94
This commit is contained in:
parent
8a66ff5278
commit
51e016089e
@ -19,8 +19,7 @@ and let them concentrate on the logic, saving time and money.
|
|||||||
[Download Mongoose Source Code here](http://hubs.ly/H0150FK0)
|
[Download Mongoose Source Code here](http://hubs.ly/H0150FK0)
|
||||||
|
|
||||||
> Nothing overdone. Nothing less. So unbelievably easy to use.
|
> Nothing overdone. Nothing less. So unbelievably easy to use.
|
||||||
> Just how good software should be!
|
> Just how good software should be! -- Pritin Tyagaraj, SAP
|
||||||
> - Pritin Tyagaraj, SAP
|
|
||||||
|
|
||||||
|
|
||||||
# Features
|
# Features
|
||||||
|
@ -24,7 +24,7 @@ grabbing application can handle. The device automatically attempts reconnecting.
|
|||||||
|
|
||||||
The cloud side serves the webapp static pages and serves an MPJEG image on `/mpjg`.
|
The cloud side serves the webapp static pages and serves an MPJEG image on `/mpjg`.
|
||||||
The MPJEG image handler blocks all the clients until a JPEG frame arrives via websocket
|
The MPJEG image handler blocks all the clients until a JPEG frame arrives via websocket
|
||||||
and then every client will recieve a copy of the frame.
|
and then every client will receive a copy of the frame.
|
||||||
|
|
||||||
The web app can turn on and off the LED via a RESTful api accessible via the `/api` handler.
|
The web app can turn on and off the LED via a RESTful api accessible via the `/api` handler.
|
||||||
|
|
||||||
|
@ -454,7 +454,7 @@ grabbing application can handle. The device automatically attempts reconnecting.
|
|||||||
<div class="paragraph">
|
<div class="paragraph">
|
||||||
<p>The cloud side serves the webapp static pages and serves an MPJEG image on <code>/mpjg</code>.
|
<p>The cloud side serves the webapp static pages and serves an MPJEG image on <code>/mpjg</code>.
|
||||||
The MPJEG image handler blocks all the clients until a JPEG frame arrives via websocket
|
The MPJEG image handler blocks all the clients until a JPEG frame arrives via websocket
|
||||||
and then every client will recieve a copy of the frame.</p>
|
and then every client will receive a copy of the frame.</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="paragraph">
|
<div class="paragraph">
|
||||||
<p>The web app can turn on and off the LED via a RESTful api accessible via the <code>/api</code> handler.</p>
|
<p>The web app can turn on and off the LED via a RESTful api accessible via the <code>/api</code> handler.</p>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user