Skip to content

frankhanner/Java-Sockets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Java Sockets

Overview

This allows new users to get acquainted with sockets in Java. Send Linux/Unix commands from a client to a remote host to be executed and echoed.

In this specific example, SSL is being used on port 12500.

Use

Compile and run Server.java on a localhost server. Compile and run Client.java on PC. Type commands from client and see them executed on the remote server.

About

Java Socket Example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages