An open API service indexing awesome lists of open source software.

https://github.com/netifi/netifi-quickstart-java

Project to assist you in getting started using Netifi.
https://github.com/netifi/netifi-quickstart-java

microservices microservices-architecture netifi netifi-proteus reactive reactive-programming reactive-streams rpc-framework rsocket

Last synced: about 2 months ago
JSON representation

Project to assist you in getting started using Netifi.

Awesome Lists containing this project

README

          

# netifi-quickstart-java
[![Join the chat at https://gitter.im/netifi/general](https://badges.gitter.im/netifi/general.svg)](https://gitter.im/netifi/general)

Source code for the [Netifi Java QuickStart](https://www.netifi.com/getstarted-java).

This project provides a scaffolding for getting up and running quickly with [Netifi](http://www.netifi.com/).

The project comes with a simple client and service. The client sends the word `World` to the service and the service responds with the message `Hello, World! from {service name}`.

## Bugs and Feedback
For bugs, questions, and discussions please use the [Github Issues](https://github.com/netifi/netifi-quickstart-java/issues).

## License
Copyright 2018 [Netifi Inc.](https://www.netifi.com)

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.