Skip to content

daibeal/javaRMI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

javaRMI

Basic Distributed Chat using Java RMI.

Installation

gh repo clone https://github.com/daibeal/javaRMI

https://github.com/daibeal/javaRMI.git

Usage

# At same directory as .class files fromm DistributedChat

rmiregistry 9000 # 9000 -> No of port (You may change it if its already in use)
			    	# Default value (port -> 1099)

java ChatServer nsport=9000 myport=9001

java ChatServer 

java ChatClient nsport=9000 myport=9002

java ChatClient nshost=192.168.1.1 nsport=9000 myport=9002

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

About

Basic Distributed Chat using Java RMI

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages