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

https://github.com/daggerok/reactor-netty-example

Reactor: easy baby...
https://github.com/daggerok/reactor-netty-example

netty reactor spring

Last synced: 3 months ago
JSON representation

Reactor: easy baby...

Awesome Lists containing this project

README

          

= reactor-netty-example image:https://travis-ci.org/daggerok/reactor-netty-example.svg?branch=master["Build Status", link="https://travis-ci.org/daggerok/reactor-netty-example"]

//tag::content[]
=== reactor-netty-example

Netty server - fast and easy

Read link:https://daggerok.github.io/reactor-netty-example[project reference documentation]

.easy...
[source,java]
----
include::./src/main/java/daggerok/App.java[tags=content]
----

.build run and test
[source,bash]
----
./gradlew bootRun
./mvnw spring-boot:run

http :8080
----

links:

- link:https://www.youtube.com/watch?v=WGRaoGrLlBE[YouTube: Reactor Netty, the default runtime for Spring Boot 2.0 by Violeta Georgieva @ Spring I/O 2018]
- link:http://projectreactor.io/docs/netty/release/reference/docs/index.html[Reference]

Initially generated by using link:https://github.com/daggerok/generator-jvm/[generator-jvm] yeoman generator (java-spring-boot)

//end::content[]