Skip to content

A test service to run 2 instance of row-client-server and check if websocket reuse works.

Notifications You must be signed in to change notification settings

ep2p/row-client-server-starter-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to start

  • Build the project using maven: maven clean package -DskipTests
  • Run 2 instances on separate ports:
    • instance one on port 8080:
    java -jar target/row-cs-starter-test-0.0.1-SNAPSHOT.jar
    
    • instance two on port 8081:
    java -jar target/row-cs-starter-test-0.0.1-SNAPSHOT.jar --server.port=8081
    
  • head to your browser and enter: http://localhost:8080/api/run

About

A test service to run 2 instance of row-client-server and check if websocket reuse works.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages