A Go library that acts as a proxy to a pool of multiple application servers.
The recommended environment requires the following:
Once installed just use the following to run the test suite...
$ fig run juggler make
You can also preview the documentation by running...
$ fig up
Once the server is running you can visit it with:
$ open http://`boot2docker ip`:6060/pkg/github.com/dcoxall/juggler/
- Fork the project
- Create a feature branch
- Write tests for the new feature
- Implement new features to pass the tests
- Document all functions and attributes
- Ensure you have run go fmt
- Create a pull request