{"id":13442391,"url":"https://github.com/ring-clojure/ring","last_synced_at":"2025-05-12T05:20:43.773Z","repository":{"id":3144546,"uuid":"4173871","full_name":"ring-clojure/ring","owner":"ring-clojure","description":"Clojure HTTP server abstraction","archived":false,"fork":false,"pushed_at":"2025-03-28T13:51:56.000Z","size":7384,"stargazers_count":3812,"open_issues_count":38,"forks_count":522,"subscribers_count":112,"default_branch":"master","last_synced_at":"2025-05-12T02:38:49.461Z","etag":null,"topics":["clojure","http","ring","web"],"latest_commit_sha":null,"homepage":"","language":"Clojure","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ring-clojure.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","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,"zenodo":null}},"created_at":"2012-04-29T11:15:06.000Z","updated_at":"2025-05-11T16:44:25.000Z","dependencies_parsed_at":"2024-03-08T21:30:02.504Z","dependency_job_id":"2c78e5f0-1738-47b6-809a-152679ca34b0","html_url":"https://github.com/ring-clojure/ring","commit_stats":{"total_commits":953,"total_committers":157,"mean_commits":6.070063694267516,"dds":0.3809024134312696,"last_synced_commit":"1db1b306ce8ec4db2f17a8cb0c9c98fe7f90146f"},"previous_names":[],"tags_count":116,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ring-clojure%2Fring","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ring-clojure%2Fring/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ring-clojure%2Fring/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ring-clojure%2Fring/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ring-clojure","download_url":"https://codeload.github.com/ring-clojure/ring/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253672696,"owners_count":21945480,"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":["clojure","http","ring","web"],"created_at":"2024-07-31T03:01:45.145Z","updated_at":"2025-05-12T05:20:43.725Z","avatar_url":"https://github.com/ring-clojure.png","language":"Clojure","readme":"# Ring [![Build Status](https://github.com/ring-clojure/ring/actions/workflows/test.yml/badge.svg)](https://github.com/ring-clojure/ring/actions/workflows/test.yml)\n\nRing is a Clojure web applications library inspired by Python's WSGI\nand Ruby's Rack. By abstracting the details of HTTP into a simple,\nunified API, Ring allows web applications to be constructed of modular\ncomponents that can be shared among a variety of applications, web\nservers, and web frameworks.\n\nThe [SPEC.md][1] file at the root of this distribution provides a\ncomplete description of the Ring interface. The [Wiki][2] contains\nmore in-depth documentation on how to use Ring.\n\n[1]: https://github.com/ring-clojure/ring/blob/master/SPEC.md\n[2]: https://github.com/ring-clojure/ring/wiki\n\n## Libraries\n\n* `ring/ring` - meta-package containing all relevant dependencies\n* `ring/ring-core` - core functions and middleware for Ring handlers,\n  requests and responses\n* `org.ring-clojure/ring-core-protocols` - contains only the protocols\n  necessary for building Ring responses\n* `org.ring-clojure/ring-websocket-protocols` - contains only the protocols\n  necessary for WebSockets\n* `ring/ring-devel` - functions for developing and debugging Ring\n  applications\n* `ring/ring-servlet` - construct legacy Java Servlets (≤ 4.0) from Ring\n  handlers\n* `org.ring-clojure/ring-jakarta-servlet` construct\n  [Jakarta Servlets][3] (≥ 5.0) from Ring handlers\n* `ring/ring-jetty-adapter` - a Ring adapter that uses an embedded\n  [Jetty][4] web server\n\n[3]: https://projects.eclipse.org/projects/ee4j.servlet\n[4]: https://eclipse.dev/jetty/\n\n## Installation\n\nTo include one of the above libraries, for instance `ring-core`, add\nthe following dependency to your `deps.edn` file:\n\n    ring/ring-core {:mvn/version \"1.14.1\"}\n\nOr to your Leiningen project file:\n\n    [ring/ring-core \"1.14.1\"]\n\n## Documentation\n\n* [Changelog](https://github.com/ring-clojure/ring/blob/master/CHANGELOG.md)\n* [Wiki](https://github.com/ring-clojure/ring/wiki)\n* [API docs](https://ring-clojure.github.io/ring/)\n\n## Contributing\n\nPlease read [CONTRIBUTING.md][5] before submitting a pull request.\n\n[5]: https://github.com/ring-clojure/ring/blob/master/CONTRIBUTING.md\n\n## Thanks\n\nThis project borrows heavily from Ruby's Rack and Python's WSGI;\nthanks to those communities for their work. Thanks also go to the many\nindividuals who have contributed to Ring's code and documentation over\nthe years.\n\n## License\n\nCopyright © 2009-2025 Mark McGranaghan, James Reeves \u0026 contributors.\n\nReleased under the MIT license.\n","funding_links":[],"categories":["Clojure","开发框架","server","HTTP","后端开发框架及项目","Tools","Clojure Tools, Libraries, and Frameworks"],"sub_categories":["管理面板","Mesh networks","JavaScript Libraries for Machine Learning"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fring-clojure%2Fring","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fring-clojure%2Fring","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fring-clojure%2Fring/lists"}