Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 1.11 KB

README.md

File metadata and controls

14 lines (11 loc) · 1.11 KB

NDock Build Status NuGet Version NuGet Downloads

NDock is a server application container, which can be used for your back end services' hosting and management.

Features:

  • Automatic service hosting: host your many backend applications, needn't create service for each application;
  • External application hosting: host external executable application, no matter whether it is developed using .NET;
  • Multiple application isolation: support isolate your multiple applications using AppDomain and process;
  • Watch dog: start application after it stops unexpected;
  • Automatic recycle management: restart application automatically after it satisify some conditions;
  • App Garden(TODO): run one application in multiple instances;
  • Task Scheduler(TODO): run the designate application on schedule.