Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 334 Bytes

File metadata and controls

13 lines (9 loc) · 334 Bytes

Java Sockets

Objectives

  • Create a simple chat application that uses the Java Sockets API;
  • Put Java knowledge to practice;

Planned Iterations

  • Enable client communicate with server;
  • Enable client to send a text file to server;
  • Implement multi-clients functionality;
  • Enable clients to communicate with each other;