mirror of
https://github.com/cesanta/mongoose.git
synced 2024-11-24 02:59:01 +08:00
Update README
This commit is contained in:
parent
f08d280429
commit
0149654791
10
README.md
10
README.md
@ -22,7 +22,8 @@ robust, and easy. Features include:
|
||||
- Source code is both ISO C and ISO C++ compliant
|
||||
- Works with any network stack with socket API, like LwIP or FreeRTOS-Plus-TCP
|
||||
- Very easy to integrate: just copy `mongoose.c` and `mongoose.h` files to your build tree
|
||||
- Detailed [documentation](https://cesanta.com/docs/)
|
||||
- Detailed [documentation](https://mongoose.ws/documentation/) and
|
||||
[tutorials](https://mongoose.ws/tutorials/)
|
||||
|
||||
|
||||
# Commercial use
|
||||
@ -71,11 +72,12 @@ We take security seriously:
|
||||
# Supplement software
|
||||
|
||||
This software is often used together with Mongoose:
|
||||
- [mjson](https://github.com/cesanta/mjson) - a JSON parser. Used to implement
|
||||
- [mjson](https://github.com/cesanta/mjson) - a JSON parser, emitter and
|
||||
JSON-RPC engine. Used to implement
|
||||
RESTful APIs that use JSON, or implement data exchange (e.g. over MQTT
|
||||
or Websocket) that use JSON for data encapsulation
|
||||
- [elk](https://github.com/cesanta/elk) - a tiny JavaScript interpreter.
|
||||
Used to implement scripting support for customers
|
||||
- [elk](https://github.com/cesanta/elk) - a tiny JavaScript engine.
|
||||
Used to implement scripting support
|
||||
|
||||
|
||||
# Precompiled web server binary
|
||||
|
Loading…
Reference in New Issue
Block a user