An open API service indexing awesome lists of open source software.

https://github.com/peerlibrary/meteor-connect

Connect is a middleware framework for node
https://github.com/peerlibrary/meteor-connect

Last synced: 11 months ago
JSON representation

Connect is a middleware framework for node

Awesome Lists containing this project

README

          

connect smart package
=====================

Meteor smart package for [connect](https://github.com/senchalabs/connect) node.js package, a middleware framework for
node. See [documentation](http://www.senchalabs.org/connect/) for all bundled middleware and search [npm](http://npmjs.org/)
for all 3rd party middleware.

Adding this package to your [Meteor](http://www.meteor.com/) application adds `connect` object into the global scope.

Server side only.

Installation
------------

```
meteor add peerlibrary:connect
```