https://github.com/xxgicoxx/ssleepy-server
Server to control Windows remotely.
https://github.com/xxgicoxx/ssleepy-server
computer control server ssleepy
Last synced: 12 days ago
JSON representation
Server to control Windows remotely.
- Host: GitHub
- URL: https://github.com/xxgicoxx/ssleepy-server
- Owner: xxgicoxx
- License: mit
- Created: 2020-06-05T20:51:52.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-25T04:29:13.000Z (over 3 years ago)
- Last Synced: 2026-05-30T21:27:07.022Z (about 1 month ago)
- Topics: computer, control, server, ssleepy
- Language: JavaScript
- Size: 92.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 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
* [Node.js](https://nodejs.org/en/)
# 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
* [Node.js](https://nodejs.org/en/)
* [Electron](https://electronjs.org/)
# Authors
* [xxgicoxx](https://github.com/xxgicoxx)
# Acknowledgments
* [FlatIcon](https://www.flaticon.com/)