Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 287 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 287 Bytes

Java socket programming

P2P

P2P is a simple application that allows communication between locally connected peers. It provides peer discovery, sending objects using java serialization and also receiving objects. This application can be extended to make a local blockchain network.