From 7d6c3534705bdc8983ae96cf8467f7ce925e8481 Mon Sep 17 00:00:00 2001 From: Thomas Hansen Date: Fri, 21 Apr 2017 00:43:05 -0700 Subject: [PATCH] Add Expressa to Node.js Servers list Add expressa which is a middleware that lets you make APIs from JSON schemas. It provides an editor that lets you edit your data as well as modify your schema and manage permissions for different operations. This is not just another web framework in that 1) it's easy to integrate into other applications since it's just a middleware 2) it's declarative as your schemas and permissions are defined in JSON files 3) It comes with an admin editor. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5e8267f..a095acc 100644 --- a/README.md +++ b/README.md @@ -105,6 +105,7 @@ the Design of Network-based Software Architectures](https://www.ics.uci.edu/~fie * [flatiron/resourceful](https://github.com/flatiron/resourceful) - Isomorphic Resource engine for JavaScript. * [loopback](http://loopback.io/) - Powerful Node.js framework for creating APIs and easily connecting to backend data sources. * [Feathers](http://feathersjs.com/) - is a real-time, micro-service web framework that gives you control over your data via RESTful resources, sockets and flexible plug-ins. +* [Expressa](https://github.com/thomas4019/expressa) - Express middleware for creating APIs from JSON schemas with a simple admin editor and permissions model. ### PHP