Skip to content

AleDore/scratch-chat-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

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!

About

Simple Chat Server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages