Skip to content

Chat Server using Java Socket Programming. Server Listens on specific port passed on through Environment Variable. Server handles client requests through Multithreading.

Notifications You must be signed in to change notification settings

Jkan1/socket-chat-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Socket Chat - Server

  • After Successful build, execute the JAR file with passing environment variables -
    • SERVER_PORT=8080 java -jar target/socketchat-server-1-jar-with-dependencies.jar

About

Chat Server using Java Socket Programming. Server Listens on specific port passed on through Environment Variable. Server handles client requests through Multithreading.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages