mirror of
https://github.com/cesanta/mongoose.git
synced 2025-01-11 07:50:47 +08:00
15 lines
420 B
Markdown
15 lines
420 B
Markdown
|
---
|
||
|
title: Mongoose - a networking library
|
||
|
color: '#1D6482'
|
||
|
repo: https://github.com/cesanta/mongoose
|
||
|
items:
|
||
|
- { type: dir, name: usage-example }
|
||
|
- { type: dir, name: design-concept }
|
||
|
- { type: dir, name: build-options }
|
||
|
- { type: flat, name: c-api }
|
||
|
---
|
||
|
|
||
|
Mongoose is a multi-protocol embedded networking library with
|
||
|
that implements TCP, UDP, HTTP, WebSocket, CoAP, MQTT, JSON-RPC,
|
||
|
both client and server mode.
|