Skip to content

miyukki/java-multi-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

This software is the assignment of object-oriented-programming basic course at SFC (Keio Univ.).

java-multi-chat

This software is simple chat program supporting multiplayer created with Java.


Start as a server

Start the Chat class with arguments of the port.

Ex:

12345

Start as a client

Start the Chat class with arguments of the hostname and port.

Ex:

localhost 12345

About

A Simple chat program supporting multiplayer written in Java.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages