Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 383 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 383 Bytes

scratch-chat-server

Simple Chat Server. JDK 8

Step for launching chat server

  1. cd chat-server/
  2. mvn package (see tests run results)
  3. java -jar target/chat-server-1.0-SNAPSHOT.jar

After this steps, chat Server is live! Open terminal and type telnet command:

telnet localhost 10000

P.S: you can initialize other concurrent telnet session, if you want.

Welcome to AleChat!