{"id":22281773,"url":"https://github.com/cometd/cometd","last_synced_at":"2025-05-13T22:02:59.348Z","repository":{"id":38359852,"uuid":"1765693","full_name":"cometd/cometd","owner":"cometd","description":"The CometD project, a scalable comet (server push) implementation for web messaging.","archived":false,"fork":false,"pushed_at":"2025-05-12T13:37:57.000Z","size":27794,"stargazers_count":573,"open_issues_count":58,"forks_count":206,"subscribers_count":51,"default_branch":"8.0.x","last_synced_at":"2025-05-12T14:55:13.211Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://cometd.org","language":"Java","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/cometd.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":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2011-05-18T11:55:11.000Z","updated_at":"2025-05-12T13:37:53.000Z","dependencies_parsed_at":"2023-02-12T00:30:48.127Z","dependency_job_id":"ecdc016f-a524-46ce-a213-420b357624a0","html_url":"https://github.com/cometd/cometd","commit_stats":{"total_commits":4495,"total_committers":38,"mean_commits":"118.28947368421052","dds":0.5201334816462737,"last_synced_commit":"02afcc65a51a494aae4377f829164eb3b27ae91e"},"previous_names":[],"tags_count":164,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cometd%2Fcometd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cometd%2Fcometd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cometd%2Fcometd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cometd%2Fcometd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cometd","download_url":"https://codeload.github.com/cometd/cometd/tar.gz/refs/heads/8.0.x","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253763389,"owners_count":21960479,"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":[],"created_at":"2024-12-03T16:21:49.419Z","updated_at":"2025-05-13T22:02:59.295Z","avatar_url":"https://github.com/cometd.png","language":"Java","funding_links":[],"categories":["网络编程"],"sub_categories":["Spring Cloud框架"],"readme":"## The CometD Project\n\nWelcome to the [CometD](https://cometd.org) Project, a scalable comet (server push) implementation for the web.\n\n\n### CometD Versions\n\n| CometD Version | Min Java Version | Min Jetty Version | Servlet APIs             |\n|----------------|------------------|-------------------|--------------------------|\n| `8.0.x`        | Java 17          | Jetty 12.0.x      | EE10 `jakarta.servlet.*` |\n| `7.0.x`        | Java 11          | Jetty 11.0.x      | EE9  `jakarta.servlet.*` |\n| `6.0.x`        | Java 11          | Jetty 10.0.x      | EE8  `javax.servlet.*`   |\n| `5.0.x`        | Java 8           | Jetty 9.4.x       | EE7  `javax.servlet.*`   |\n\n\n### CometD License\n\nThe CometD source code is released under the Apache 2.0 License.\n\n\n### Project Directory Layout\n\n    cometd-archetypes    - The Maven archetypes for quick application development\n    cometd-demo          - Demo of the Java server and of the ES6/jQuery clients\n    cometd-documentation - The CometD documentation\n    cometd-java          - The Java server and java client libraries\n    cometd-javascript    - The JavaScript (ES6/jQuery) client libraries\n\n\n### Running the CometD Demo\n\nIf you have [downloaded](https://download.cometd.org) the release bundle, then the CometD is already built for you.\nTo run the demonstration with Maven, unzip the release bundle and execute:\n\n    $ cd cometd-demo\n    $ mvn jetty:run\n\nthen point your browser at http://localhost:8080\n\nAlternately you can deploy the CometD demo war file into\nany Servlet 2.5 or later server (e.g. jetty, tomcat, glassfish)\nwith commands like:\n\n    $ cp cometd-demo/target/cometd-demo/target/cometd-demo-*.war  $MY_SERVER/webapps/cometd.war\n    cd $MY_SERVER\n    \u003ccommand to run my server\u003e\n\n\n### Reporting Issues\n\nIssues, bugs and requests for enhancements should be filed at https://bugs.cometd.org\n\n\n### Building CometD\n\nIf you have cloned the source release, follow the instructions at\nhttps://docs.cometd.org/current/reference/#_build, or just do:\n\n    $ mvn install\n\n\n### CometD Benchmark\n\nThe [CometD Benchmark](https://docs.cometd.org/current/reference/#_benchmarking) can be run interactively or in batch mode.\n\nTo run the server interactively, open a terminal window and type:\n\n    $ cd cometd-java/cometd-java-benchmark/cometd-java-benchmark-server/\n    $ mvn exec:exec\n\nThen follow the instructions printed in the terminal.\n\nTo run the client interactively, open another terminal window (potentially on another machine), and type:\n\n    $ cd cometd-java/cometd-java-benchmark/cometd-java-benchmark-client/\n    $ mvn exec:exec\n\nThen follow instructions printed on the terminal to generate the load.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcometd%2Fcometd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcometd%2Fcometd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcometd%2Fcometd/lists"}