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
- Host: GitHub
- URL: https://github.com/0xjcf/chatroom
- Owner: 0xjcf
- Created: 2019-10-03T15:31:04.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-06-17T02:31:01.000Z (about 4 years ago)
- Last Synced: 2025-04-03T22:43:55.856Z (about 1 year ago)
- Topics: java, javascript, spring-boot, websocket, websocket-application
- Language: HTML
- Size: 215 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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