From 71014cec2788078f8d99c802773c4542f8985c98 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Fri, 28 Jul 2017 17:38:23 -0600 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d1da1b4..818b916 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,13 @@ walnut ====== -An opinionated, constrained, secure application framework with a hard shell - like iOS, but for a home server. +An opinionated, constrained, secure application framework with a hard shell - kinda like iOS, but for a server. + +Applications are written in express, but instead of using `require` for generic packages, +they use `req.getSiteCapability(pkg)` and are restricted to packages that have been +allowed by app, device, site, or user permission. Any configuration for the capability +(external passwords, api keys, etc) will be set up beforehand so that they are not exposed +to the application. Security Features -----------------