From 1ce44efee17de357d4bf1dadf56c4f409b2d2978 Mon Sep 17 00:00:00 2001 From: Mattias Eriksson Date: Wed, 4 Mar 2015 15:23:09 +0800 Subject: [PATCH] Close #246 PR: Added Restberry to the web framework list. --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index ff5c301..f1057be 100644 --- a/readme.md +++ b/readme.md @@ -156,6 +156,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [Restify](http://mcavage.me/node-restify/) - A node framework built specifically to enable you to build correct REST web services. - [Derby](https://github.com/derbyjs/derby) - MVC framework, making it easy to write realtime, collaborative applications that run in both Node.js and browsers. - [Interfake](https://github.com/basicallydan/interfake) - Rapid prototyping framework for making mock HTTP APIs, with a Node, command-line and HTTP interface. +- [Restberry](http://restberry.com) - Framework for setting up RESTful JSON APIs, applied to your database models without needing to write any code. ### Command-line utilities