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

https://github.com/0xjcf/chatroom

Websocket API, Spring Boot
https://github.com/0xjcf/chatroom

java javascript spring-boot websocket websocket-application

Last synced: 2 months ago
JSON representation

Websocket API, Spring Boot

Awesome Lists containing this project

README

          

# Chat Room
Chat room application using WebSocket.

## Background
WebSocket is a communication protocol that makes it possible to establish a two-way communication channel between a
server and a client.

### Run the application with command
mvn build; mvn spring-boot:run