{"id":19791867,"url":"https://github.com/making/webflux-clj","last_synced_at":"2025-07-23T18:03:55.552Z","repository":{"id":136911340,"uuid":"193935837","full_name":"making/webflux-clj","owner":"making","description":"Spring WebFlux.fn in Clojure","archived":false,"fork":false,"pushed_at":"2019-06-26T16:00:35.000Z","size":10,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-01T01:38:57.127Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Clojure","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"epl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/making.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"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":"2019-06-26T15:54:36.000Z","updated_at":"2024-07-08T18:16:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"3e12364a-ff1d-435c-9fe1-0879a1a5076d","html_url":"https://github.com/making/webflux-clj","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/making/webflux-clj","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/making%2Fwebflux-clj","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/making%2Fwebflux-clj/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/making%2Fwebflux-clj/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/making%2Fwebflux-clj/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/making","download_url":"https://codeload.github.com/making/webflux-clj/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/making%2Fwebflux-clj/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266726590,"owners_count":23974923,"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","status":"online","status_checked_at":"2025-07-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-11-12T07:05:10.523Z","updated_at":"2025-07-23T18:03:55.547Z","avatar_url":"https://github.com/making.png","language":"Clojure","readme":"# webflux-clj\n\nSpring WebFlux.fn in Clojure\n\n## Usage\n\n```\nbrew install leiningen\n```\n\n\n### Repl\n\n```\nlein repl\n```\n\n```clojure\n(def disposable (let [server (http-server \n  (routes \n    (GET \"/\" (handler (fn [req] (-\u003e (ServerResponse/ok) (.syncBody \"Hello GET!!\")))))\n    (POST \"/\" (handler (fn [req] (-\u003e (ServerResponse/ok) (.syncBody \"Hello POST!!\")))))))]\n    \n  (.bindNow server)))\n\n; curl localhost:8080\n\n(.disposeNow disposable)\n```\n\n### Run\n\n```\nlein run\n```\n\n### Create a uberjar\n\n\n```\nlein uberjar\njava -jar target/uberjar/webflux-clj-0.1.0-SNAPSHOT-standalone.jar \n```\n\n## License\n\nCopyright © 2019 FIXME\n\nThis program and the accompanying materials are made available under the\nterms of the Eclipse Public License 2.0 which is available at\nhttp://www.eclipse.org/legal/epl-2.0.\n\nThis Source Code may also be made available under the following Secondary\nLicenses when the conditions for such availability set forth in the Eclipse\nPublic License, v. 2.0 are satisfied: GNU General Public License as published by\nthe Free Software Foundation, either version 2 of the License, or (at your\noption) any later version, with the GNU Classpath Exception which is available\nat https://www.gnu.org/software/classpath/license.html.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaking%2Fwebflux-clj","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaking%2Fwebflux-clj","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaking%2Fwebflux-clj/lists"}