Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 334 Bytes

File metadata and controls

15 lines (10 loc) · 334 Bytes

ustackserver

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)