Relative Content

Tag Archive for springspring-mvcspring-webfluxcometd

Initializing a servlet in Springboot webflux environment

Ours is spring mvc chat application which uses cometd thirparty. Now we are migrating our application to webflux. But we dont have equivalent cometd version for webflux. So in our webflux environment, we wanted the flow of cometd functionality to be as before(Like we had in springmvc of our application).