batchsky

0.0.6 • Public • Published

A http Batch API server with support for chunked-streaming.

Goals
  • Pre-dispatch auth mechanism & custom internal header support
  • middleware like syntax
    • app.get('/me/settings', 'settings.wunderlist.com')
    • app.put('/lists/:list_id', 'lists.wunderlist.com')
    • app.put('/lists/:list_id/tasks', 'tasks.wunderlist.com')
    • app.post('/tasks/:tasks_id/messages, 'messages.wunderlist.com')
  • CORS support
  • WebSocket Support ??
  • Fully tested & jsperf'd

/batchsky/

    Package Sidebar

    Install

    npm i batchsky

    Weekly Downloads

    4

    Version

    0.0.6

    License

    MIT

    Last publish

    Collaborators

    • netroy