Skip to content

AWT based application for sharing drawing over network in real time.

License

Notifications You must be signed in to change notification settings

SKocur/NetPaint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NetPaint

Swing based application for sharing drawing over network in real time.

Two versions of NetPaint - Server & Client

  • Server - Is used by Host who wants to share his drawings in real time with multiple clients.
  • Client - Is a person who want to see what Host is drawing on his Server version of NetPaint.

Applications communicate with each other via unsecured socket connection.