Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 212 Bytes

README.md

File metadata and controls

16 lines (8 loc) · 212 Bytes

reconn-with-netty

netty / reconnect / heartbeat

a lightweight reconnectable server/client demo with netty

mvn install

cd data-sync-server

mvn spring-boot:run

cd ..\data-sync-client

mvn spring-boot:run