From 596760a71427e5bb7b9e02a19df6602aac2ac097 Mon Sep 17 00:00:00 2001 From: Francois Zaninotto Date: Fri, 17 Jan 2025 11:32:52 +0100 Subject: [PATCH] Remove dead link --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index f87a81c..2da0583 100644 --- a/README.md +++ b/README.md @@ -131,7 +131,6 @@ the Design of Network-based Software Architectures](https://www.ics.uci.edu/~fie * [node-restify](https://github.com/restify/node-restify) - Framework specifically meant for REST API. * [Sails.js](https://sailsjs.org/) - Node.js Web framework embedding a command to generate automatically a REST API. * [mers](https://github.com/jspears/mers) - Express service exposing Mongoose finders as RESTful API. -* [Baucis](https://git.kun.io/wprl/baucis) - Build scalable REST API based on your Mongoose entities. * [flatiron/resourceful](https://github.com/flatiron/resourceful) - Isomorphic Resource engine for JavaScript. * [loopback](https://loopback.io/) - Powerful Node.js framework for creating APIs and easily connecting to backend data sources. * [Feathers](https://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.