Skip to content

VHCosta/concurrent-chat

Repository files navigation

concurrent-chat

An IRC-like chat. Use with NetCat (nc) or Nmap's implementation (ncat).

Usage

Server

java -jar concurrent-chat.jar

Console output:

Starting Server on port 8080

The program will begin serving on port 8080 by default.

To choose a custom port use:

java -jar concurrent-chat.jar [port]

Example:

java -jar concurrent-chat.jar 5678

Console output

Starting Server on port 5678

Client connections

nc [host] [port]

Example:

nc 192.168.0.1 8080

Note: Ncat (from Nmap) also works! Just replace nc with ncat.

About

An IRC-like chat. Use with NetCat (nc).

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages