Skip to content

portable app server written by c#. easy to write a program running with console or windows service.

Notifications You must be signed in to change notification settings

ali-ent/apploader

Repository files navigation

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:

  • build\apploader:

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.

  • build\lib

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

About

portable app server written by c#. easy to write a program running with console or windows service.

Resources

Stars

Watchers

Forks

Packages

No packages published