Skip to content
/ chat Public

A simple chat client + server. Server supports commands.

Notifications You must be signed in to change notification settings

wingerse/chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Chatroom client + server.

client

client <name> [serverIP]  

The default server IP is localhost:5000.
Clients should choose a unique name or they cannot join.

server

server [port]

The default port is 5000.
The commands supported are:

  • /kick <name>: kick client with name
  • list: list all online clients
  • /kickall: kick everyone

About

A simple chat client + server. Server supports commands.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages