Skip to content

Roadmap

samatrhea edited this page Mar 29, 2021 · 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 COMET 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 (i.e. NET5) and the super fast Kestrel web server the COMET Web Services will remove the dependency on Nancy and make use of the Carter framework. This is being implemented in issue https://github.com/RHEAGROUP/COMET-WebServices-Community-Edition/issues/104

Clone this wiki locally