mists 0.4.0
mists: ^0.4.0 copied to clipboard
A simple and modular web server
#Mist changelog
Mist v0.01 - 04.06.2014
Initial public release, no big bugs, needs some tweaking and code review. Proabably should make it more robust (i.e. MVC?) ...
Mist v0.02 - 01.07.2014
Resource and methods identification moved into @uri, @weight and @method annotations. Added class for proxy access to objects and metadata access function.
Mist v0.03 - 10.07.2014
Resource methods can now be executed asynchronously, but have to return the last future of the execution chain to correctly close the response. Documentation soon to follow.
Mist v0.04 - 17.07.2014
Changes to asynchronous code execution and exception handling, documentation changed to reflect this.