A server for API interaction
The UStack API Server provides the base of the API with components such as:
- HTTP listener
- API call setup/management
- Error handling
- Parameter validation
- Authentication
Note: the UStack API Server utilizes Netty.io so we will encounter Netty.io classes (just a bit)