Coder Social home page Coder Social logo

srpraneeth / spring5-reactive Goto Github PK

View Code? Open in Web Editor NEW
48.0 8.0 39.0 53 KB

Sample application for Spring5 Reactive web application

Shell 33.63% Batchfile 23.85% Java 42.53%
spring spring5 reactive-programming reactive reactive-streams restful-api reactor-core reactor maven

spring5-reactive's Introduction

spring5-reactive

Spring 5 - Spring webflux has a new functional reactive web framework which is non blocking. We can build asynchronous, non blocking, event driven services, that can scale very well.

Migrating from blocking (imperative) style of coding to functional non blocking reactive style of coding helps to define the business logic as asynchronous function calls. This can be done using Java8 method references or lambda expressions. Since the threads are non blocked, processing power is used to the maximum. Spring 5 is still in milestone release(5.0.0 M5) as of writing this.

This is a Sample application for examples of Server and Client to build reactive services.

Clone the repository and run the main class.

To build and Start the application.

cd spring5-reactive

mvn spring-boot:run

spring5-reactive's People

Contributors

srpraneeth avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

spring5-reactive's Issues

questions

I have a few questions to ask:

  1. In Service, that is, what needs to include ServerResponse in the UserHandler?
  2. What if we do parameter validation in the route?Need other tripartite jars to support?So how do we do that?

failed to load netty-server

I m having problem on loading this app tomcat embedded server. It failed my test case with status code :404.
How to load in netty-server.

PS ๐Ÿ‘ Thanks for knowledge

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.