cycle-express-driver
TypeScript icon, indicating that this package has built-in type declarations

7.0.0 • Public • Published

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) => {})

Readme

Keywords

none

Package Sidebar

Install

npm i cycle-express-driver

Weekly Downloads

13

Version

7.0.0

License

MIT

Last publish

Collaborators

  • alex0007