Skip to content

Bamboo - Node.js clone in pure JavaScript

Notifications You must be signed in to change notification settings

rajeshpillai/bamboo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bamboo

Bamboo is a drop-in replacement for Node.js.

  • Bamboo is written in 100% JavaScript, it does not have a single line in C/C++.
  • Bamboo can run on any JavaScript runtime, not just V8.

Usage

Instead of using Node

node app.js

you can run Bamboo

bamboo app.js

Installation

npm install -g bamboo-cli bamboo-runtime-duktape

Read more

About

Bamboo - Node.js clone in pure JavaScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 73.3%
  • C++ 11.0%
  • JavaScript 9.7%
  • TypeScript 6.0%
  • Shell 0.0%
  • Makefile 0.0%