Skip to content
This repository has been archived by the owner on Mar 10, 2022. It is now read-only.
/ server-wrapper Public archive

Simple CLI application wrapper in node.js with a web-ui

Notifications You must be signed in to change notification settings

faejr/server-wrapper

Repository files navigation

Server-wrapper

Very simple wrapper for CLI applications with a web interface (mainly intended for server software).

Screenshot

Configuration

Example config.js:

module.exports = {
	cmd: 'java',
	args: [
		'-Xmx1024M', 
		'-Xms1024M',
		'-jar',
		'minecraft_server.1.12.jar',
		'nogui'
	],
	cwd: './minecraft/',
	port: 3000
}

Run it

git clone https://github.com/LiljebergXYZ/server-wrapper.git
npm install
npm start

About

Simple CLI application wrapper in node.js with a web-ui

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published