diff --git a/README.md b/README.md index 2fe7253..595b01d 100644 --- a/README.md +++ b/README.md @@ -205,6 +205,7 @@ A curated list of Microservice Architecture related principles and technologies. - [Fastify](https://www.fastify.io/) - Fastify, Fast and low overhead web framework, for Node.js. - [FeathersJS](http://feathersjs.com/) - An open source REST and realtime API layer for modern applications. - [Hono](https://hono.dev/) - Small, simple, and ultrafast web framework for the Edges. It works on any JavaScript runtime. +- [imqueue](https://imqueue.org) - RPC framework for microservices over a message queue, with auto-generated fully-typed clients. - [Koa](http://koajs.com/) - Next generation web framework for Node.js - [Loopback](http://loopback.io/) - Node.js framework for creating APIs and easily connecting to backend data sources. - [NestJS](https://docs.nestjs.com/) - A Node.js framework for building efficient and scalable server-side applications with a built-in microservices support.