项目作者: radd

项目描述 :
Real-time communication test server
高级语言: Java
项目地址: git://github.com/radd/rtc-test-server.git
创建时间: 2019-06-06T15:52:57Z
项目社区:https://github.com/radd/rtc-test-server

开源协议:

下载


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.

  1. mvnw package

Next run jar file in target folder

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