ali-ent / apploader

portable app server written by c#. easy to write a program running with console or windows service.
4 stars 3 forks source link

apploader

portable app server written by c#.

easy to write a program running with console or windows service.

support .net2/3.5/4+

Unified host applies to a large number of small applications, ease of management and simplified operation and maintenance work.

One folder run as an app.

One process host multiple applications (run as appdomain).

AppServer

New feature for multi-process support.

run_appserver.ps1

Build

Depends on https://github.com/ali-ent/work-tool.git (for building tools). https://github.com/ali-ent/AppAgent.git (for process management)

folder:

|-work-tool

|-AppAgent

|-apploader

build
run.ps1

and see:

the host app, tool folder contain scripts for install and cmd script

<add key="serviceRoot" value="C:\app"/>

the setting is the root of apps folder.

If you want to support .net2/3/3.5 via CLR2.0, you can change the project's target to .net3.5.

also you can use tools\apploader.zip directly.

License