Skip to content

Roadmap

samatrhea edited this page Jul 31, 2023 · 10 revisions

Roadmap

The following items are high level improvements to the CDP4-COMET 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. NET6/NET7/NET8) and the super fast Kestrel web server the CDP4-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