From 8ffb16603cc11e4a389dd5d0115c8a225f61d09c Mon Sep 17 00:00:00 2001 From: heapwolf Date: Sat, 28 Oct 2023 16:04:55 +0200 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 300599d353..17200750c8 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ The `Socket runtime CLI` outputs hybrid native-web apps that combine your code w * Any backend — Business logic can be written in any language, Python, Rust, Node.js, etc. The backend is even completely optional. * Any frontend — Use your favorite frontend framework to create your UIs: React, Svelte, Vue, and more. +* Batteries Included — Native Add-ons are supported, but we ship everything you need for the majority of use cases. * Local-first — A full-featured, familiar File system API, native add-ons and full cross platform support for Bluetooth. * Not just Cloud — P2P helps you reliably move work out of the cloud, beyond the edge, and onto the devices that can communicate directly with each other. * Maintainable — Socket runtime has Zero external dependencies, and a smaller code base than any other competing project.