Sidewinder Server
Sidewinder Web Service and Hosting Library
[

](https://www.npmjs.com/package/@sidewinder/server)
## Overview
This package contains the WebService and WebSocketService types and Http Hosting infrastructure for Sidewinder services. This library can be used to build static and runtime type safe RPC services in Node.
## Contents
- [Overview](#Overview)
- [Example](#Example)
- [Host](#Host)
- [Express](#Express)
- [WebService](#WebService)
- [WebSocketService](#WebSocketService)
- [Authorization](#Authorization)
- [Events](#Events)
- [Exceptions](#Exceptions)
- [Testing](#Testing)
- [Classes](#Classes)
## Example
The following creates a Http WebService and Hosts it on port 5000.