Skip to content

andremonteiro95/Server-Client-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Server-Client Project

Java project with RMI Registry, TCP and SSL sockets. Synchronized client accesses.

How modules connect

Clients connect with server through TCP (RMI Registry) and SSL sockets. Various clients can be connected simultaneously to the server. Admin client connects with server through simple TCP sockets in a diferent thread. Only one administrator client can be connected at a time.

Changing the hosts

The host names can be changed, for that effect just edit the static String objects declared at the beginning of each Java class (Server, Client and AdminClient).

Compiling and Usage

Open project in IntelliJ Idea (recommended) or any other Java IDE and run it.

About

Java project with RMI Registry, TCP and SSL sockets.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages