Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Using HTML5 Websockets with Spring

I'd like to use Websockets with a Spring MVC-powered web app. I've read o jWebsockets and bristleback, but I am wondering if that is the best way to integrate. I am sure someone has done this before and has some tips what works and what does not...

Thanx!

like image 344
Sven Haiges Avatar asked May 23 '11 18:05

Sven Haiges


1 Answers

since Springframework 4.0 M1 Websocket are supported, see http://blog.springsource.org/2013/05/22/spring-framework-4-0-m1-websocket-support/

Edit - 08 january 2014: Springframework 4.0 released and supports websocket, have fun.

like image 72
Alexander Avatar answered Oct 06 '22 18:10

Alexander