polklabs / Chat_Room

Java chatroom client and server

Home Page:https://www.polklabs.com/project/chit-chat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Java chatroom client and server

https://www.polklabs.com/project/chit-chat

License:MIT License


Languages

Language:Java 100.0%