connect
Middleware framework
A framework for building HTTP servers with modular, extensible middleware architecture
Connect is a middleware layer for Node.js
10k stars
306 watching
1k forks
Language: JavaScript
last commit: about 2 months ago
Linked from 1 awesome list
javascriptnodejs
Related projects:
Repository | Description | Stars |
---|---|---|
koajs/koa | Expressive HTTP middleware framework for building web applications and APIs in Node.js | 35,226 |
axios/axios | An HTTP client library for making requests to web servers using the Promise API. | 105,804 |
expressjs/compression | A Node.js middleware that enables compression of HTTP responses. | 2,772 |
codmpm/node-red-contrib-loxone | Provides a Node.js module to connect and interact with Loxone Miniserver via Websocket API | 74 |
adaltas/node-connect-coffee-script | Connect middleware to serve compiled CoffeeScript files | 55 |
nodefluent/sequelize-kafka-connect | Enables data exchange between Kafka message queues and various relational databases using Node.js. | 38 |
restify/node-restify | A framework for building REST APIs in Node.js using middleware and connect style functionality. | 10,715 |
remy/nodemon | Automatically restarts Node.js applications upon file changes | 26,326 |
nodefluent/kafka-connect | A framework to build connectors for transferring data between Apache Kafka and various datastores using JavaScript. | 128 |
hoangvvo/next-connect | A minimal router and middleware layer for building Next.js API Routes and Edge API Routes with promise-based routing and TypeScript support. | 1,639 |
nodejs/node | A cross-platform JavaScript runtime environment supporting collaborative development and focused on stability and security | 107,829 |
node-apn/node-apn | A Node.js module for interacting with the Apple Push Notification service | 4,389 |
websockets/ws | A library implementing a WebSocket protocol for bidirectional, real-time communication between clients and servers. | 21,752 |
tomas/needle | An HTTP client for Node.js with support for various request methods and features. | 1,632 |
jurisv/nodejs.extdirect | A Node.js module providing an Ext.Direct connector for Sencha ExtJS applications. | 41 |