Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lahsivjar/spring-websocket-template

Template project for configuring websockets with spring
https://github.com/lahsivjar/spring-websocket-template

chat chat-application maven react sockjs spring spring-boot stomp stompwebsocket websocket

Last synced: 3 months ago
JSON representation

Template project for configuring websockets with spring

Awesome Lists containing this project

README

        

# spring-websocket-template
[![Build Status](https://travis-ci.org/lahsivjar/spring-websocket-template.svg?branch=master)](https://travis-ci.org/lahsivjar/spring-websocket-template)

Provides a template for [spring](https://spring.io/) websocket usage (with and without SockJS support)

The project provides 2 modules:

* `without-sockjs`: Plain websocket integration with [Spring Boot](https://projects.spring.io/spring-boot/)
* `with-sockjs`: Websocket integration with [Spring Boot](https://projects.spring.io/spring-boot/) for backend and [React](https://reactjs.org/) for frontend. Checkout [README](with-sockjs/README.md) for more information. This module is also deployed at: https://react-websocket.herokuapp.com/index

## Installation

```
mvn install
```

## Issues

Report any issues or bugs to https://github.com/lahsivjar/spring-websocket-template/issues Pull requests are welcomed.

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details