xxgicoxx / ssleepy-server

Server to control Windows remotely.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SSleepy Server

Server to control Windows remotely.

Features

  • Shutdown
  • Restart
  • Play
  • Pause
  • Next
  • Previous
  • Volume Up
  • Volume Down
  • Mute
  • Close
  • Fullscreen
  • Mouse
  • Left Click
  • Right Click

Prerequisites

Running

1. Run

# Install dependencies
npm install

# Start
npm start

2. Build

# Package
npm run dist

# Get your version
dist/SSleepy Server-2.0.0-win.zip

Example

curl --location --request POST 'http://localhost:1905/shutdown/'
curl --location --request POST 'http://localhost:1905/restart/'
curl --location --request POST 'http://localhost:1905/playpause/'
curl --location --request POST 'http://localhost:1905/next/'
curl --location --request POST 'http://localhost:1905/previous/'
curl --location --request POST 'http://localhost:1905/volumeup/'
curl --location --request POST 'http://localhost:1905/volumedown/'
curl --location --request POST 'http://localhost:1905/mute/'
curl --location --request POST 'http://localhost:1905/close/'
curl --location --request POST 'http://localhost:1905/fullscreen/'
curl --location --request POST 'http://localhost:1905/leftclick/'
curl --location --request POST 'http://localhost:1905/rightclick/'

Built With

Authors

Acknowledgments

About

Server to control Windows remotely.

License:MIT License


Languages

Language:JavaScript 100.0%