Skip to content

Farxial/nower

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

nower

Websockets server for Bunker

Service file example

/etc/systemd/system/nower.service:

Description=Nower Server (Bunker Websockets)

[Service]
ExecStart=/usr/bin/nodejs /var/www/nower/index.js
WorkingDirectory=/var/www/nower
Restart=always
 RestartSec=10
StandardOutput=syslog
StandardError=syslog
SyslogIdentifier=nower

[Install]
WantedBy=multi-user.target

sudo systemctl enable nower

sudo systemctl start nower

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 100.0%