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

https://github.com/springframeworkguru/webflux-stock-quote-service

Reactive Stock Quote Service using Spring 5 WebFlux
https://github.com/springframeworkguru/webflux-stock-quote-service

spring-boot springframework webflux

Last synced: 11 months ago
JSON representation

Reactive Stock Quote Service using Spring 5 WebFlux

Awesome Lists containing this project

README

          

[![CircleCI](https://circleci.com/gh/springframeworkguru/webflux-stock-quote-service.svg?style=svg)](https://circleci.com/gh/springframeworkguru/webflux-stock-quote-service)
# WebFlux Stock Quote Service

This repository contains source code for my Reactive Programming with Spring Framework 5 course.

Learn more about my courses at [here!](https://courses.springframework.guru)

The project was inspired by Brian Clozel's [Webflux Workshop](https://github.com/bclozel/webflux-workshop)