Skip to content

weitaoxiao/NDock

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 99.7%
  • Other 0.3%