Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 days 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-04-14T17:48:10.000Z (over 1 year ago)
- Last Synced: 2024-11-11T19:11:41.642Z (2 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
```