Ringo is a JavaScript platform built on the JVM and optimized for server-side applications. It's based on the Mozilla Rhino JavaScript engine.
It adds a number of features to Rhino that make it suitable for real-world, large-scale application development:
- A fast, auto-reloading, and CommonJS-compliant module loader.
- A rich set of modules covering I/O, logging, development tools and much more.
- Support for blocking and non-blocking I/O.
- Scalable HTTP server based on the Jetty project.
- Support for CommonJS packages to install or write additional software components.
For more information, visit the RingoJS web site: https://ringojs.org
Download the latest precompiled release from the download page. Extract the archive and add the ringojs/bin
directory to your local PATH
for convinience.
If you use the Homebrew package manager on MacOS, you can use the ringojs formula: brew install ringojs
Take a look at the Getting Started Guide on Ringo's website for more details how to get started after you installed Ringo on your system.
Releases of RingoJS will be signed with one of the following GPG keys:
- 1.2.1 and newer: Philipp Naderer-Puiu <philipp@naderer-puiu.at>
DE2A A9A1 B018 6C2F 622F D9EF 3F47 C28B 23EB 3072
- 1.2.0 and older: Philipp Naderer <philipp.naderer@gmail.com>
8FF2 26B7 F268 547B 176F ABAC F312 313B 5CBC 0883
Ringo runs on top of the Java Platform. You can use an open implementation like Eclipse Temurin or Oracle's distribution. It uses Gradle as build tool.
If you have these installed, building Ringo is straightforward:
Check out Ringo using Git:
git clone git://github.com/ringo/ringojs.git
Change to the ringojs directory and run
./gradlew
JetBrains sponsored an Open Source license for IntelliJ IDEA to create and maintain Ringo. Thanks for your continuous support!
A huge salute to ORF.at for supporting this projects over the years!