Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ryanj/ab-deploy
nodejs repo for deployment and load-balancing demos
https://github.com/ryanj/ab-deploy
Last synced: 13 days 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 (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-12T03:15:46.000Z (about 9 years ago)
- Last Synced: 2024-10-11T00:13:09.310Z (about 1 month 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 [![Dependency Check](http://img.shields.io/david/ryanj/ab-deploy.svg)](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/)