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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 7.0.0
    2
    • latest

Version History

Package Sidebar

Install

npm i cycle-express-driver

Weekly Downloads

9

Version

7.0.0

License

MIT

Last publish

Collaborators

  • alex0007