Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 + STOMP

See [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
```