https://github.com/radd/rtc-test-server
Real-time communication test server
https://github.com/radd/rtc-test-server
http-long-polling server-sent-events spring-boot stomp websocket
Last synced: 4 months ago
JSON representation
Real-time communication test server
- Host: GitHub
- URL: https://github.com/radd/rtc-test-server
- Owner: radd
- Created: 2019-06-06T15:52:57.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-04-14T17:48:10.000Z (about 2 years ago)
- Last Synced: 2025-01-10T08:57:10.314Z (6 months ago)
- Topics: http-long-polling, server-sent-events, spring-boot, stomp, websocket
- Language: Java
- Size: 60.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Real-time communication test server
This server application provides testing environment for:
- HTTP Long Polling
- Server-Sent Events
- WebSocket
- WebSocket + STOMPSee [Client appliaction](https://github.com/radd/rtc-test-client)
## Run
Use the Maven wrapper **mvnw.cmd** to make jar file.
```bash
mvnw package
```Next run jar file in **target** folder
```bash
java -jar mgr-test-server-0.0.1-SNAPSHOT.jar
```