Arquillian
Arquillian

Reputation: 143

Spring Boot App with WebSockets and without WebContainer

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

Answers (1)

Arquillian
Arquillian

Reputation: 143

I didnt find any working example with websockets and without a servlet. So it seems mandatory.

Upvotes: 1

Related Questions