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.
- Host: GitHub
- URL: https://github.com/netifi/netifi-quickstart-java
- Owner: netifi
- License: apache-2.0
- Created: 2017-12-03T21:54:39.000Z (over 8 years ago)
- Default Branch: develop
- Last Pushed: 2022-10-04T23:50:06.000Z (over 3 years ago)
- Last Synced: 2024-03-17T15:55:53.428Z (almost 2 years ago)
- Topics: microservices, microservices-architecture, netifi, netifi-proteus, reactive, reactive-programming, reactive-streams, rpc-framework, rsocket
- Language: Java
- Homepage: http://www.netifi.com/
- Size: 277 KB
- Stars: 23
- Watchers: 6
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# netifi-quickstart-java
[](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.