Skip to content

This application consists of a chat server that allows users to communicate between each other.

Notifications You must be signed in to change notification settings

MarioWork/chat-server-threads

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Chat Server

This application consists of a chat server that allows users to communicate between each other.

Setup

To build this project using ANT go to the project folder and use the command ant

ant

How to run

To run the project go to the build folder inside the project and run the jar with the following command

java -jar chat-server-threads.jar [SERVER PORT]

How to connect a client

Open the terminal and use the command line tool netcat

MacOS nc localhost 8080
Windows ncat localhost 8080

Technologies

  • Java 8
  • Java Sockets
  • Java I/O
  • OOP

Collaborators

Mario Vieira

About

This application consists of a chat server that allows users to communicate between each other.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages