Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/streamich/bamboo
- Owner: streamich
- Created: 2016-07-24T00:40:44.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-03-17T03:33:52.000Z (over 4 years ago)
- Last Synced: 2024-08-01T00:38:01.877Z (3 months ago)
- Language: C
- Homepage:
- Size: 14.7 MB
- Stars: 40
- Watchers: 5
- 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)