https://github.com/ravenstine/simpleview
Remote desktop through WebSocket
https://github.com/ravenstine/simpleview
Last synced: about 2 months ago
JSON representation
Remote desktop through WebSocket
- Host: GitHub
- URL: https://github.com/ravenstine/simpleview
- Owner: Ravenstine
- License: gpl-2.0
- Created: 2015-02-04T23:10:14.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-13T03:53:26.000Z (about 10 years ago)
- Last Synced: 2025-02-10T08:31:54.271Z (4 months ago)
- Language: Ruby
- Size: 255 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Simpleview
-------------
A simple browser-based remote desktop application using Ruby, EventMachine, and WebSocket.#### Installation
Currently, you must be using Linux with **x11-apps** and **imagemagick** installed. However, there isn't anything to prevent Simpleview from working on a Mac except a compatible command needs to be added to capture the screen.If you are using Debian, run the following:
```sudo apt-get -y install x11-apps imagemagick```
```bundle install```
#### Usage
Run the server:
```ruby server.rb```Then visit the client page to make sure the server is working at ***http://localhost:5353/client.html***.
Note that you must have port 5353 unblocked in order to access the server remotely.
#### TODO
Only left mouse clicks are supported at the moment. No keystrokes are supported yet, but I'll be working on this.