Skip to content

stojnovsky/crematory-windows-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

crematory-windows-service

install node modules

npm install

Configuration - in packet.json

{
  "crematory_service": {
      "target": "crematory_test",
      "port": 33333,
      "host": "127.0.0.1"
  }
}

crematory_service.target is a sub-path in os.home_folder() if missing will be automaticaly created by service

Variant 1

node app.js

Variant 2 - start as a process

node ./bin/servie

Open in browser

http://127.0.0.1:33333

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published