Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/streamich/bamboo

Bamboo - Node.js clone in pure JavaScript
https://github.com/streamich/bamboo

Last synced: 8 days ago
JSON representation

Bamboo - Node.js clone in pure JavaScript

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)