Skip to content

NodeJS without nodejs running directly in your browser.

License

Notifications You must be signed in to change notification settings

unlicense-code/node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

node

NodeJS without nodejs running directly in your browser.

What?

What if you could run nodejs applications directly in your browser or any other runtime that supports the 3 core interfaces fs, launch, watch? Correct you can do so already this implements the most often used nodejs apis to port legacy apps to the Web Browser Stack.

The Main product is a NodeJS Compatible Loader Implementation that allows loading of CJS and ESM code. Node Native Modules are not supported you will understand why if you follow the development process of chromium in short v8 got the core of everything even the IPC it Self this allows it to act as Scriptable Capability Protocol and Interface Definition Language.

About

NodeJS without nodejs running directly in your browser.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published