SKELETON
A very minimal http server api serving as a
platform for adding middleware incrementally.
Technologies used
................................................................................................................................................................................................
MAIN LANGUAGE
................................................................................................................................................................................................
CONTINUOUS INTEGRATION
Description
Skeleton is a simplistic web framework for bootstraping http
servers for the backend. It supports most REST operations,
with support for adding middleware such as CORS services, or
route handlers. It is extremely efficient and takes the role
of a foundational starting point for back end solutions.