Skip to content

mhansen/node-XMLHttpRequest

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wrapper for built-in http.js 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.

Usage: var XMLHttpRequest = require("XMLHttpRequest").XMLHttpRequest and use per W3C specs.

*TODO*

SSL support
Basic authentication
Additional unit tests
Possibly move from http to tcp for more flexibility

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%