Update Readme
This commit is contained in:
parent
134cd3d6a4
commit
1be2c4ef07
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
|||
# service-core
|
||||
Service-Core is a project to faciliate running a node application in (semi-)production environment on a windows machine. Using Windows Services, Service-Core will register itself and autostart on startup and make sure the application is running. In addition it will take care of maintaining the application including auto updating it seamlessly.
|
||||
|
||||
Notice, linux support is coming soon.
|
||||
|
||||
# The Core
|
||||
The core provides methods for updating applications as well as taking care of restarting and installing and everything needed to have a pleasent experience running a node application in Windows. It auto checks github for new releases based on the repository specified in `config.json`.
|
||||
|
||||
|
|
Loading…
Reference in a new issue