Skip to content

Roadmap

samatrhea edited this page Jun 30, 2020 · 10 revisions

Roadmap

The following items are high level improvements to the CDP4 Web Services that are planned to be implemented in the near future.

.NET Core - Kestrel

Currently the CDP4 Web Services are implemented using the Nancy web framework version 1.4.4. The CDP4 Web Services are hosted on Ubuntu in combination with Mono and Nginx.

In order to benefit from .NET Core (preferably version 3.1) and the super fast Kestrel web server the CDP4 Web Services will remove the dependency on Nancy and make use of the Carter framework.

Clone this wiki locally