All Projects → reactor → projectreactor.io

reactor / projectreactor.io

Licence: Apache-2.0 License
Reactor Public Website

Programming Languages

java
68154 projects - #9 most used programming language
HTML
75241 projects
SCSS
7915 projects
kotlin
9241 projects
javascript
184084 projects - #8 most used programming language

Project Reactor Website

This is the source code for the Project Reactor home page. It also serves as an example application of how to use Spring Web Reactive Framework, Reactor, and other web technologies in a single project.

You can launch the application with by running:

	$ ./gradlew run

To enable live reload of static resources, including .scss files, run this command when your application is still running:

	$ ./gradlew processResources -t

To package the application, including the Javadoc:

	$ ./gradlew clean build shadowJar

Make sure you have at least IntelliJ IDEA 2016.2.5 and Kotlin plugin 1.1-M02 to have build.gradle.kts auto-complete and validation working correctly. You may have to configure the EAP update site in: Tools -> Kotlin -> Configure Kotlin Plugin Updates -> Early Access Preview 1.1

This project is Apache 2.0 licensed, just like the rest of Reactor.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].