Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 586 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 586 Bytes

P2P4J

A peer to peer Java TCP socket communication library, to allow ease of creation for servers, distributed services, cryptocurrencies , and peer to peer chat systems.

Goals & Features

  • Completely customizable with callbacks for incoming connections, incoming messages, and disconnection events.
  • Customizable message classes with custom enum codes for easier integration into already established code.
  • DefaultFactories included for easy setup.

Getting Started

Please checkout the test package for information on how to setup a server and or node.