Skip to content

A little project which focuses on creating a 'Socket-Server' in Java and a simple 'Client' which can communicate with the server via commands.

License

Notifications You must be signed in to change notification settings

FL0D3V/JavaSockets

Repository files navigation

JavaSockets

A little project which focuses on creating a 'Socket-Server' in Java and a simple 'Client' which can communicate with the server via commands.

Build

Linux

make

Builds the Java-Classes into .class files.

make server

Builds and runs the server.

make client

Builds and runs the client.

Windows

makeServer.bat

Builds and runs the server.

makeClient.bat

Builds and runs the client.

make.bat

Builds and runs booth applications.

About

A little project which focuses on creating a 'Socket-Server' in Java and a simple 'Client' which can communicate with the server via commands.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages