radd / rtc-test-server

Real-time communication test server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Real-time communication test server

This server application provides testing environment for:

  • HTTP Long Polling
  • Server-Sent Events
  • WebSocket
  • WebSocket + STOMP

See Client appliaction

Run

Use the Maven wrapper mvnw.cmd to make jar file.

mvnw package

Next run jar file in target folder

java -jar mgr-test-server-0.0.1-SNAPSHOT.jar

About

Real-time communication test server


Languages

Language:Java 100.0%