0.0.6 • Published 11 years ago

batchsky v0.0.6

Weekly downloads
3
License
-
Repository
github
Last release
11 years ago

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
0.0.6

11 years ago

0.0.5

11 years ago