/Chat_Room

Java chatroom client and server

Primary LanguageJavaMIT LicenseMIT

Chat_Room

Java chatroom client and server

This repo contains two projects, ChatRoom and ChatRoomServer

ChatRoomServer must be run first or it will not work!

ChatRoomServer

This is the server that handles connecting users together and forwarding massages between them.

  • To run this project

    • java -jar ChatRoomServer/dist/ChatRoomServer.jar

ChatRoom

This is the client that each user runs that allows them to connect and talk to eachother.

  • To run this project

    • java -jar ChatRoom/dist/ChatRoom.jar