Skip to content

ptal/chatroom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laboratory C: An online chatroom (like Discord)

This is the companion code and exercises of the Chapter 12: Network Programming in Java.

Usage

  • mvn compile to compile both the server and client.
  • mvn exec:java -Dexec.mainClass="lab.chatroom.Server" -q to run the server (must be run before the client).
  • mvn exec:java -Dexec.mainClass="lab.chatroom.Client" -q to run a client (repeat this command to launch as many clients as you want).

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages