Skip to content
This repository has been archived by the owner on May 6, 2021. It is now read-only.

Latest commit

 

History

History
21 lines (13 loc) · 494 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 494 Bytes

Chrome-Node

Chrome-Node is a plugin/extension for Google Chrome which allows node scripts to be run in the browser.

It uses the libuv library to provide most of Nodes functionality, v8 is not required obviously because it runs within Chrome.

It also uses the http_parser library that is used in Node.

Building

Chrome-Node can be built with Visual Studio.

TODO

  • Support multiple browsers
  • Complete support for Nodes included libraries
  • Supply a working demo