7.0.0 • Published 7 years ago

cycle-express-driver v7.0.0

Weekly downloads
17
License
MIT
Repository
github
Last release
7 years ago

cycle-express-driver npm version dependencies Status

Express.js driver for cycle.js forked from here

Stream of requests

router.get('/').map(({id}) => {
  return {id, send: 'Hello, world'}
})

Nested

const nested = router.route('/api')
nested.post('/users').map((req) => {})
7.0.0

7 years ago

6.0.0

7 years ago

5.0.1

7 years ago

5.0.0

7 years ago

4.0.0

7 years ago

3.1.1

7 years ago

3.1.0

7 years ago

3.0.1

7 years ago