Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 279 Bytes

File metadata and controls

14 lines (8 loc) · 279 Bytes

Date time server

Build instructions:

mvn package

Run:

java -jar dtserver-1.0.jar --port 8080 --idle-timeout 10

where:

--port specifies to port the server listen to --idle-timeout specifies the number of seconds of inactivity after which the client is disconnected