https://github.com/pascalw/scriptor
Dynamically create HTTP endpoints with small Javascript snippets. Backed by Nashorn and the JVM.
https://github.com/pascalw/scriptor
Last synced: 8 months ago
JSON representation
Dynamically create HTTP endpoints with small Javascript snippets. Backed by Nashorn and the JVM.
- Host: GitHub
- URL: https://github.com/pascalw/scriptor
- Owner: pascalw
- Created: 2015-08-18T20:22:17.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-06-13T06:13:55.000Z (almost 10 years ago)
- Last Synced: 2025-01-13T15:35:22.791Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 175 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Scriptor
Scriptor combines the power of [Nashorn](http://www.oracle.com/technetwork/articles/java/jf14-nashorn-2126515.html) with amazing Java libraries like [jsoup](http://jsoup.org) and [Rome](https://rometools.jira.com/secure/Dashboard.jspa). Together this creates a powerful environment where simple Javascript snippets can be crafted for web scraping and to produce RSS/Atom feeds, JSON documents or XML based of this data.
More docs to follow, for now have a look at the [examples/](examples/) to get an idea what can be achieved.