batchsky

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

Usage no npm install needed!

<script type="module">
  import batchsky from 'https://cdn.skypack.dev/batchsky';
</script>

README

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