Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fukata/remotejs
Execute javascript at server and return values.
https://github.com/fukata/remotejs
Last synced: 29 days ago
JSON representation
Execute javascript at server and return values.
- Host: GitHub
- URL: https://github.com/fukata/remotejs
- Owner: fukata
- Created: 2011-09-29T01:41:02.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2011-10-13T03:55:44.000Z (about 13 years ago)
- Last Synced: 2024-10-10T12:33:00.406Z (about 1 month ago)
- Language: Go
- Homepage:
- Size: 176 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RemoteJS
## What's this
WEB page displayed on a remote server and return the results after running the JS.## JS Executor
Firefox on the request to the virtual frame buffer and a request is received the JS virtual frame buffer management.### Compile
make### Run
make run### Configuration
vi appconfig.go### Dependencies
goinstall github.com/garyburd/go-mongo## Firefox UserScript
Run the JS received and the results registered in the server. Install Firefox to run on a virtual frame buffer. (Otherwise, you need to install the Greasemonkey)### Configuration
vi remotejs.user.js### window.close
Firefox openurl "about:config" and change dom.allow_scripts_to_close_windows is true.
dom.allow_scripts_to_close_windows true## API Server
To register the run JS API server.### Run
node app.js 3030### Test
nodeunit test### Configuration
vi appconfig.js