https://github.com/devinceble/remotenodejs
A Simple Desktop Presentation Remote Using Node.js
https://github.com/devinceble/remotenodejs
Last synced: 5 months ago
JSON representation
A Simple Desktop Presentation Remote Using Node.js
- Host: GitHub
- URL: https://github.com/devinceble/remotenodejs
- Owner: devinceble
- License: mit
- Created: 2013-08-05T07:53:02.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-08-09T08:05:58.000Z (over 12 years ago)
- Last Synced: 2025-01-05T22:26:11.795Z (about 1 year ago)
- Language: LiveScript
- Homepage: http://devinceble.github.io/RemoteNodejs
- Size: 215 KB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
RemoteNodejs
============
A Simple Desktop Presentation Remote Using Node.js
Note: Use it in Secure Network Only
---
##Requirements:
Node.js
Socket.io
Express.js
xdotool -> Linux and Unix
AutoIt -> Windows
LiveScript
Jquery
Hammer.js -> gesture
##Running:
Edit src/public/js/client.ls Line 2
socket = io.connect "http://192.168.0.7:8080" -> Change The IP Address with your IP Address
then Compile -> See Compiling Source
$ cd dist
$ node.js server.js
##Compiling Source
Requirement:
LiveScript
$ lsc -co dist/ src/
##Todo
AutoIt Server For Windows
Button Remote --> Check Out client.ls and server.ls you can hack it to create more Remotes
##What Works
Gesture Swipe and Tap Remote
Swipe Up -> Activate Key Left On Keyboard
Swipe Down -> Activate Key Right On Keyboard
Tap -> Activate Mouse Left Click
##Phone Browser
Only Works On Google Chrome Mobile