{"id":20800044,"url":"https://github.com/vlingo/xoom-http","last_synced_at":"2025-04-06T07:14:58.666Z","repository":{"id":42968903,"uuid":"122167524","full_name":"vlingo/xoom-http","owner":"vlingo","description":"The VLINGO XOOM platform SDK for Reactive, scalable, high-throughput, and resilient HTTP server supporting RESTful services running on XOOM LATTICE and  XOOM ACTORS.","archived":false,"fork":false,"pushed_at":"2024-10-07T09:46:34.000Z","size":1449,"stargazers_count":52,"open_issues_count":2,"forks_count":16,"subscribers_count":12,"default_branch":"master","last_synced_at":"2025-03-30T06:08:47.083Z","etag":null,"topics":["actor-model","actors","http","http-server","http-services","jvm","jvm-languages","reactive-programming","restful"],"latest_commit_sha":null,"homepage":"https://vlingo.io","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vlingo.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2018-02-20T07:29:01.000Z","updated_at":"2024-10-08T06:24:28.000Z","dependencies_parsed_at":"2024-12-25T01:11:02.149Z","dependency_job_id":"a76e6e35-e02d-4233-b2cb-a9751ee3f90e","html_url":"https://github.com/vlingo/xoom-http","commit_stats":null,"previous_names":[],"tags_count":39,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vlingo%2Fxoom-http","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vlingo%2Fxoom-http/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vlingo%2Fxoom-http/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vlingo%2Fxoom-http/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vlingo","download_url":"https://codeload.github.com/vlingo/xoom-http/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247445681,"owners_count":20939961,"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":["actor-model","actors","http","http-server","http-services","jvm","jvm-languages","reactive-programming","restful"],"created_at":"2024-11-17T18:12:04.743Z","updated_at":"2025-04-06T07:14:58.648Z","avatar_url":"https://github.com/vlingo.png","language":"Java","readme":"# xoom-http\n\n[![Javadocs](http://javadoc.io/badge/io.vlingo.xoom/xoom-http.svg?color=brightgreen)](http://javadoc.io/doc/io.vlingo.xoom/xoom-http) [![Build](https://github.com/vlingo/xoom-http/workflows/Build/badge.svg)](https://github.com/vlingo/xoom-http/actions?query=workflow%3ABuild) [![Download](https://img.shields.io/maven-central/v/io.vlingo.xoom/xoom-http?label=maven)](https://search.maven.org/artifact/io.vlingo.xoom/xoom-http) [![Gitter chat](https://badges.gitter.im/gitterHQ/gitter.png)](https://gitter.im/vlingo-platform-java/http)\n\nThe VLINGO XOOM platform SDK Reactive, scalable, high-throughput, and resilient HTTP server supporting REST (RESTful) services running on XOOM LATTICE and XOOM ACTORS.\n\nDocs: https://docs.vlingo.io/xoom-http\n\n### Installation\n\n```xml\n  \u003cdependencies\u003e\n    \u003cdependency\u003e\n      \u003cgroupId\u003eio.vlingo.xoom\u003c/groupId\u003e\n      \u003cartifactId\u003exoom-http\u003c/artifactId\u003e\n      \u003cversion\u003e1.11.1\u003c/version\u003e\n      \u003cscope\u003ecompile\u003c/scope\u003e\n    \u003c/dependency\u003e\n  \u003c/dependencies\u003e\n```\n\n```gradle\ndependencies {\n    compile 'io.vlingo.xoom:xoom-http:1.11.1'\n}\n```\n\n### Usage\n\nReactive, scalable, and resilient HTTP servers and RESTful services running on XOOM LATTICE and XOOM ACTORS.\n\n1. Feature complete\n  * Fully actor-based asynchronous requests and responses.\n  * Request handling is resource based.\n  * Requests that require message body content are auto-mapped to simple Java objects.\n  * Supports Media Types, Filters\n  * Supports Server-Sent Events [See SSE on Wikipedia](https://en.wikipedia.org/wiki/Server-sent_events)\n2. To run the Server:\n  * [Use Server#startWith() to start the Server actor](https://github.com/vlingo/xoom-http/blob/master/src/main/java/io/vlingo/xoom/http/resource/Server.java)\n  * The light-qualityFactor Server is meant to be run inside VLINGO XOOM Cluster nodes that require RESTful HTTP support.\n3. See the following for usage examples:\n  * [VLINGO XOOM Http properties file](https://github.com/vlingo/xoom-http/blob/master/src/test/resources/xoom-http.properties)\n  * [The user resource sample](https://github.com/vlingo/xoom-http/blob/master/src/main/java/io/vlingo/xoom/http/sample/user/UserResource.java)\n  * [The user profile resource sample](https://github.com/vlingo/xoom-http/blob/master/src/main/java/io/vlingo/xoom/http/sample/user/ProfileResource.java)\n\nLicense (See LICENSE file for full license)\n-------------------------------------------\nCopyright © 2012-2023 VLINGO LABS. All rights reserved.\n\nThis Source Code Form is subject to the terms of the\nMozilla Public License, v. 2.0. If a copy of the MPL\nwas not distributed with this file, You can obtain\none at https://mozilla.org/MPL/2.0/.\n","funding_links":[],"categories":["网络编程"],"sub_categories":["Spring Cloud框架"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvlingo%2Fxoom-http","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvlingo%2Fxoom-http","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvlingo%2Fxoom-http/lists"}