An open API service indexing awesome lists of open source software.

https://github.com/dinsaw/spring-boot-jetty-websocket-example

Basic example of how to configure Jetty WebSocket with Spring Boot
https://github.com/dinsaw/spring-boot-jetty-websocket-example

java jetty-server spring spring-boot websocket

Last synced: 2 months ago
JSON representation

Basic example of how to configure Jetty WebSocket with Spring Boot

Awesome Lists containing this project

README

          

# Spring-Boot-Jetty-WebSocket-Example
[![Build Status](https://travis-ci.org/dinsaw/Spring-Boot-Jetty-WebSocket-Example.svg?branch=master)](https://travis-ci.org/dinsaw/Spring-Boot-Jetty-WebSocket-Example)
[![codecov](https://codecov.io/gh/dinsaw/Spring-Boot-Jetty-WebSocket-Example/branch/master/graph/badge.svg)](https://codecov.io/gh/dinsaw/Spring-Boot-Jetty-WebSocket-Example)

This is basic example of how to configure Jetty WebSocket with Spring Boot.
For more information read my blog post - [Jetty WebSocket with Spring Boot](http://www.dineshsawant.com/jetty-websocket-with-spring-boot/)

![WebSocket Random Names Demo](https://github.com/dinsaw/Spring-Boot-Jetty-WebSocket-Example/blob/master/demo-peek.gif)