From 55d7aee1fb91f25ca45bb84b4e3b2edfaea6dc92 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Mon, 8 May 2017 15:05:15 +0800 Subject: [PATCH] Remove Derby and Restberry MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit They’re unmaintained. Ref: https://github.com/sindresorhus/awesome-nodejs/pull/682#issuecomment-299272332 --- readme.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/readme.md b/readme.md index f6ccb83..4c60099 100644 --- a/readme.md +++ b/readme.md @@ -297,7 +297,7 @@ Check out my [blog](https://blog.sindresorhus.com) 🦄 or say *hi* on [Twitter] - [ygor](https://github.com/shannonmoeller/ygor) - Promising task runner for when `npm run` isn't enough and everything else is too much. - [grunt](http://gruntjs.com) - Task runner that can perform repetitive tasks like minification, compilation, unit testing, linting, etc. - [Fly](https://github.com/bucaran/fly) - Modern build system based in co-routines, generators and promises. -- [FuseBox](https://github.com/fuse-box/fuse-box) - Fast build system that combines the power of webpack, JSPM and SystemJS, with first-class TypeScript support. +- [FuseBox](https://github.com/fuse-box/fuse-box) - Fast build system that combines the power of webpack, JSPM and SystemJS, with first-class TypeScript support. ### Hardware @@ -333,8 +333,6 @@ Check out my [blog](https://blog.sindresorhus.com) 🦄 or say *hi* on [Twitter] - [SailsJS](http://sailsjs.org) - An MVC web framework with a modern twist, supporting WebSockets, streams, and a data-driven API. - [Restify](http://restify.com) - Enables you to build correct REST web services. - [Interfake](https://github.com/basicallydan/interfake) - Rapid prototyping framework for making mock HTTP APIs, with a Node.js, command-line and HTTP interface. -- [Derby](https://github.com/derbyjs/derby) - MVC framework, making it easy to write realtime, collaborative applications that run in both Node.js and browsers. -- [Restberry](http://restberry.com) - Framework for setting up RESTful JSON APIs, applied to your database models without needing to write any code. - [Catberry](http://catberry.org) - Framework with Flux architecture, isomorphic web-components, and progressive rendering. - [ThinkJS](https://thinkjs.org) - Framework with ES2015+ support, WebSockets, REST API. - [ActionHero](http://www.actionherojs.com) - Framework for making reusable & scalable APIs for TCP sockets, WebSockets, and HTTP clients.