Minor rephrasing in Mongoose overview doc

PUBLISHED_FROM=1562c629ce08004a5243a61eed79e1c3161f1268
This commit is contained in:
Sergey Lyubka 2016-05-29 11:14:28 +03:00 committed by Sergey Lyubka
parent 3265060dc8
commit 9f2ecb0144

View File

@ -14,12 +14,13 @@ Features include:
[LWIP embedded TCP/IP stack](https://en.wikipedia.org/wiki/LwIP)
- Builtin protocols:
- plain TCP, plain UDP, SSL/TLS (over TCP, one-way or two-way)
- HTTP client, HTTP server
- WebSocket client, WebSocket server
- JSON-RPC client, JSON-RPC server
- MQTT client, MQTT broker
- CoAP client, CoAP server
- DNS client, DNS server, async DNS resolver
- HTTP client and server
- WebSocket client and server
- JSON-RPC client and server
- MQTT client and server
- CoAP client and server
- DNS client and server
- asynchronous DNS resolver
- Tiny static and run-time footprint
- Source code is both ISO C and ISO C++ compliant
- Very easy to integrate: just copy