Skip to content

RayaanUddin/Chat_System-Client_Side

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat_System-Client_Side (Beta)

A chat system server program, which allows clients to communicate with another.

This is my first public project with java. It is a working project, but still in beta. Feel free to view the code and fork it. Its UI is very basic however it is functional.

Want to contact me? Rayaan.Uddin@outlook.com

How to use?

Compile the code and run the program with the server running already, either on your local machine or on an existing server(Note: Make sure to change the ip address and port for both server and client side programs, and forward the port on your server side).

For messaging:

  • To send a message to all clients, type <message>
  • To send a message to a specific client, type <client id>#<message>

For changing your name:

  • Use the menu bar to change your name (Compatible with Mac OS Menu Bar. Uses Default Menu Bar for Windows and Linux)

Features

  • Connect to/ disconnect from server
  • Send messages to all (broadcast)
  • Send messages to specific client (private message)
  • Change your name (username)
  • View all connected clients

Find the back end repo here

About

Chat system client side (GUI).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages