v0.3.3
Improvements * Implement static file serving addon Introduce the Addon concept to write application logic out of the server implementation itself and aim to a modularized architecture. Implements a static file serving addon to support sending files to the client. The static file serving addon also provides a scoped file system abstraction which securely resolve files in the file system tree.