{"id":15045484,"url":"https://github.com/ringo/ringojs","last_synced_at":"2025-05-16T02:09:34.206Z","repository":{"id":1171235,"uuid":"522590","full_name":"ringo/ringojs","owner":"ringo","description":"RingoJS is a JavaScript platform built on the JVM and optimized for server-side applications.","archived":false,"fork":false,"pushed_at":"2023-10-11T13:10:46.000Z","size":30837,"stargazers_count":838,"open_issues_count":10,"forks_count":101,"subscribers_count":52,"default_branch":"main","last_synced_at":"2025-04-08T13:05:31.918Z","etag":null,"topics":["java","javascript","jvm","multi-threading","rhino","ringojs","runtime"],"latest_commit_sha":null,"homepage":"https://ringojs.org","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ringo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2010-02-17T22:32:12.000Z","updated_at":"2025-01-28T15:48:39.000Z","dependencies_parsed_at":"2025-01-18T23:27:17.850Z","dependency_job_id":"e8f5c261-732f-401e-ae3b-6397b987523b","html_url":"https://github.com/ringo/ringojs","commit_stats":{"total_commits":3014,"total_committers":35,"mean_commits":86.11428571428571,"dds":0.5305242203052423,"last_synced_commit":"cc0c34182628f0984a5fca171ab19d21b913613b"},"previous_names":[],"tags_count":30,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ringo%2Fringojs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ringo%2Fringojs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ringo%2Fringojs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ringo%2Fringojs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ringo","download_url":"https://codeload.github.com/ringo/ringojs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254453667,"owners_count":22073618,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["java","javascript","jvm","multi-threading","rhino","ringojs","runtime"],"created_at":"2024-09-24T20:51:56.110Z","updated_at":"2025-05-16T02:09:34.180Z","avatar_url":"https://github.com/ringo.png","language":"JavaScript","readme":"# RingoJS\n\nRingo is a JavaScript platform built on the JVM and optimized for server-side applications.\nIt's based on the Mozilla Rhino JavaScript engine.\n\nIt adds a number of features to Rhino that make it suitable for real-world,\nlarge-scale application development:\n\n  * A fast, auto-reloading, and CommonJS-compliant module loader.\n  * A rich set of modules covering I/O, logging, development tools\n    and much more.\n  * Support for blocking and non-blocking I/O.\n  * Scalable HTTP server based on the Jetty project.\n  * Support for CommonJS packages to install or write additional software\n    components.\n\nFor more information, visit the RingoJS web site: \u003chttps://ringojs.org\u003e\n\n## Download and Installation\n\nDownload the latest precompiled release from the [download page](https://ringojs.org/download/). Extract the archive and add the `ringojs/bin` directory to your local `PATH` for convinience.\n\nIf you use the Homebrew package manager on MacOS, you can use the ringojs formula: `brew install ringojs`\n\nTake a look at the [Getting Started Guide](https://ringojs.org/get_started/) on Ringo's website for more details\nhow to get started after you installed Ringo on your system.\n\n### Verify releases\n\nTo verify the integrity of a downloaded binary distribution, use the associated checksum file:\n\n```\n$ grep ringojs-x.y.z.tar.gz SHASUMS256-x.y.z.txt | sha256sum -c -\n```\n\n#### Verifying the integrity of provided checksums\n\nReleases of RingoJS will be signed with one of the following GPG keys:\n\n* 3.0.0 and newer: Philipp Naderer-Puiu \u0026lt;philipp@naderer-puiu.at\u0026gt; \u003cbr\u003e `1405 9F17 6485 6429 089F B423 6167 CFBB BDF2 A508`\n* 2.0.0 and older: Philipp Naderer-Puiu \u0026lt;philipp@naderer-puiu.at\u0026gt; \u003cbr\u003e `DE2A A9A1 B018 6C2F 622F  D9EF 3F47 C28B 23EB 3072`\n* 1.2.0 and older: Philipp Naderer \u0026lt;philipp.naderer@gmail.com\u0026gt; \u003cbr\u003e `8FF2 26B7 F268 547B 176F ABAC F312 313B 5CBC 0883`\n\nAll official releases will be signed by at least one published key.\nGet the latest release key for 3.0.0 and newer with: \n\n```\n$ gpg --keyserver hkps://keys.openpgp.org --recv-keys 14059F1764856429089FB4236167CFBBBDF2A508\n```\n\nDownload the checksums `SHASUMS256.txt` and separate signature `SHASUMS256.txt.sig` for the release, e.g.\n\n```\n$ curl -LO https://github.com/ringo/ringojs/releases/download/v4.0.0/SHASUMS256-4.0.0.txt\n$ curl -LO https://github.com/ringo/ringojs/releases/download/v4.0.0/SHASUMS256-4.0.0.txt.sig\n```\n\nNow verify the checksums with:\n\n```\n$ gpg --verify SHASUMS256-4.0.0.txt.sig\ngpg: assuming signed data in 'SHASUMS256-4.0.0.txt'\ngpg: Signature made Wed Feb 23 12:07:10 2022 CET\ngpg:                using RSA key 14059F1764856429089FB4236167CFBBBDF2A508\ngpg: Good signature from \"Philipp Naderer-Puiu \u003cphilipp@naderer-puiu.at\u003e\" [ultimate]\n```\n\n## Building from Source\n[![main](https://github.com/ringo/ringojs/actions/workflows/test-publish-main.yaml/badge.svg?branch=main)](https://github.com/ringo/ringojs/actions/workflows/test-publish-main.yaml)\n\nRingo runs on top of the Java Platform. You can use an open implementation like [Eclipse Temurin][EclipseTemurin] or [Oracle's distribution][OracleJava].\nIt uses [Gradle] as build tool.\n\n[EclipseTemurin]: https://adoptium.net/ \n[OracleJava]: https://www.oracle.com/technetwork/java/javase/downloads/index.html\n[Gradle]: https://gradle.org/\n\nIf you have these installed, building Ringo is straightforward:\n\nCheck out Ringo using Git:\n\n    git clone git://github.com/ringo/ringojs.git\n\nChange to the ringojs directory and run\n\n    ./gradlew\n\n## Supporters\n\n### JetBrains\n\nJetBrains sponsored an Open Source license for IntelliJ IDEA to create and maintain Ringo. Thanks for your continuous support!\n\n\u003cimg src=\"https://ringojs.org/static/intellij.svg\" height=\"70\" alt=\"\"\u003e\n\n### ORF.at\n\nA huge salute to ORF.at for supporting this projects over the years!\n\n\u003cimg src=\"https://orf.at/mojo/1_4_1/storyserver//news/news/images/target_news.svg\" height=\"65\" alt=\"\"\u003e\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fringo%2Fringojs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fringo%2Fringojs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fringo%2Fringojs/lists"}