-
-
Notifications
You must be signed in to change notification settings - Fork 112
Roadmap
Andrea Magni edited this page Dec 1, 2017
·
8 revisions
Last update: December, 2016.
- Fix the MARS Client library (JWT changes)
- Refactor the MARS Client library (separate core from components)
- Move Token handling to a plugin
- Deploy server as a Windows service
- Improve error management (server side)
- Improve error management (client side)
- Enable parallel requests from client library
- Readers (automatic deserialization from http request body and parameters)
- Deploy server as Apache module
- Deploy server as IIS ISAPI module
- Implement a session persistence mechanism (server-side)
- Proxy emitted by the server (JS and Delphi)
- Cache mechanisms support
- Parameters JSON persistence
- Enable emission of API schema and information
- Provide an example of high scability (multiple application servers, possibly with a session persistence server node)
- Fix the static webserver extension
Aside of these functionalities, I will add unit and integration testing (refactoring code where needed).