From 89623d00f95b9edb10136251ea6ef403bf6ac04f Mon Sep 17 00:00:00 2001 From: Sergey Lyubka Date: Fri, 10 Jun 2022 18:48:32 +0100 Subject: [PATCH] Update readme --- README.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/README.md b/README.md index cca8d321..1add61b8 100644 --- a/README.md +++ b/README.md @@ -64,16 +64,6 @@ We take security seriously: have specific security requirements and run independent security audits, of which we get notified and in case of any issue, act similar to (3). -# Supplement software - -This software is often used together with Mongoose: -- [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 engine. - Used to implement scripting support - # Contributions