node-xmlhttprequest-ssl

XMLHttpRequest for Node
  https://github.com/mjwwit/node-XMLHttpRequest#readme
  0
  no reviews



Node-XMLHttpRequest is a wrapper for the built-in http client to emulate the browser XMLHttpRequest object.

This can be used with JS designed for browsers to improve reuse of code and allow the use of existing libraries.

Note: This library currently conforms to XMLHttpRequest 1. Version 2.0 will target XMLHttpRequest Level 2.

Node.js is an event-based server-side JavaScript engine.