Reputation: 143
I am supposed to make an application with Spring Boot and WebSockets. But I should not use Jetty, JavaEE or Tomcat (or any other webcontainer servlet stuff). Is that even possible using "plain spring boot"???? Every example I am finding uses some kind of WebContainer. How would Spring Boot work without that to manage Http Connections and WebSocket communication?
Upvotes: 1
Views: 152
Reputation: 143
I didnt find any working example with websockets and without a servlet. So it seems mandatory.
Upvotes: 1