https://github.com/ryanj/ab-deploy
nodejs repo for deployment and load-balancing demos
https://github.com/ryanj/ab-deploy
Last synced: 5 months ago
JSON representation
nodejs repo for deployment and load-balancing demos
- Host: GitHub
- URL: https://github.com/ryanj/ab-deploy
- Owner: ryanj
- Created: 2015-09-12T03:15:32.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-12T03:15:46.000Z (almost 11 years ago)
- Last Synced: 2025-02-13T02:16:47.920Z (over 1 year ago)
- Language: HTML
- Size: 121 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# split deploy demo [](https://david-dm.org/ryanj/ab-deploy)
*For deployment and load-balancing demos*
## Local Development
Install dependencies:
```bash
npm install
```
Start a local server:
```bash
npm start
```
## License
This code is dedicated to the public domain to the maximum extent permitted by applicable law, pursuant to CC0 (http://creativecommons.org/publicdomain/zero/1.0/)