https://github.com/streamich/bamboo
Bamboo - Node.js clone in pure JavaScript
https://github.com/streamich/bamboo
Last synced: 3 months ago
JSON representation
Bamboo - Node.js clone in pure JavaScript
- Host: GitHub
- URL: https://github.com/streamich/bamboo
- Owner: streamich
- Created: 2016-07-24T00:40:44.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2020-03-17T03:33:52.000Z (over 6 years ago)
- Last Synced: 2025-08-12T08:16:26.225Z (11 months ago)
- Language: C
- Homepage:
- Size: 14.7 MB
- Stars: 41
- Watchers: 4
- Forks: 11
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](./docs/runtimes.md), not just V8.
## Usage
Instead of using Node
```shell
node app.js
```
you can run Bamboo
```shell
bamboo app.js
```
## Installation
```js
npm install -g bamboo-cli bamboo-runtime-duktape
```
## Read more
- [Platforms](./docs/platforms.md)
- [API status](./docs/api.md)
- [JavaScript runtimes](./docs/runtimes.md)
- [TODOs](./docs/todos.md)