GitXplorerGitXplorer
r

Client-Server-ChatApp

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
3e67664d66df163b891f94a5708f508a67644138

Added a README file

rrohithasrk committed 9 years ago
Unverified
042eff4a4a8ae76f1689701f87cd52117b18c83b

Added Client Script and modified server script

rrohithasrk committed 9 years ago
Unverified
7477e19a60e1e5d4c442231a1900d2908d057775

Added gitignore, fixed a bug

rrohithasrk committed 9 years ago
Unverified
8703e278e7cd7b4d43e65290028a8196b938d9b2

Edited comment

rrohithasrk committed 9 years ago
Unverified
145c0c04dd48c2c8c477bd0ddb15d2129ebc3c6d

Added script for Server

rrohithasrk committed 9 years ago

README

The README file for this repository.

Server - Client chat application.

  • A simple code written in Java while learning Networking.
  • Open two seperate terminal windows.
  • Set up the server first, by running the Server.java program.
  • Run the Client.java program.
  • The chat app is ready.