/runtime-http

HTTP protocol implementation for runtime.js (work in progress)

Primary LanguageJavaScriptApache License 2.0Apache-2.0

SYNOPSIS

HTTP protocol implementation for runtime.js (work in progress)

Design goals:

  • pure JavaScript (ES6)
  • built on top of runtime.js TCP sockets (ideally portable and supporting other backends like Node)
  • high-performance and low-level, no stream abstractions
  • fetch API frontend support

##LICENSE

Apache License, Version 2.0