Skip to content
Andrea Magni edited this page Dec 1, 2017 · 8 revisions

Last update: December, 2016.

Major functionalities:

  • 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

Minor functionalities:

  • 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).

Clone this wiki locally