vlingo-http
Usage
Reactive, scalable, and resilient HTTP servers and RESTful services running on vlingo-net/cluster and vlingo-net/actors.
- The essential features are completed
- Fully actor-based asynchronous requests and responses.
- The request handling is resource based.
- Requests that require message body content are auto-mapped to simple Java objects.
- To run the Server:
- Use Server#StartWith() to start the Server actor
- The light-weight Server is meant to be run inside vlingo/cluster nodes the require RESTful HTTP support.
- See the following for usage examples:
- vlingo/http properties file
- The user resource sample (Sample link to be provided)
- The user profile resource sample (Sample link to be provided)
License (See LICENSE file for full license)
Copyright © 2012-2019 Vaughn Vernon. All rights reserved.
This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/.