Skip to content

A simple chat server with multiple rooms. Login coming eventually.

License

Notifications You must be signed in to change notification settings

abus-sh/chitchat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chitchat

chitchat is a simple text-based chat application that utilizes the netty.io libarary

Mac/Linux

Installation

Use git to install chitchat.

git clone https://github.com/pmwarner/chitchat.git
cd chitchat
bash compile

Server Usage

bash runServer

To run the server on a different port (default 8080), use the following instead:

bash runServer <port>

Client Usage

bash runClient <username> [<host> <port>]

Host defaults to localhost and port defaults to 8080. To send messages, type them and hit enter.

Windows

Instructions will (probably) be added at a later date. Until then, either figure it out yourself or use the Windows Subsystem for Linux.

License

Apache 2.0 License

About

A simple chat server with multiple rooms. Login coming eventually.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •