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

danielconnor/chrome-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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