It's a simple P2P chat based on LAN networks. It maintains two listening sockets: a UDP socket for discovery and a TCP socket for message transport.
$ npm install$ npm run buildTo register command and exec the chat with $ lb-p2p-lan-chat
$ npm link
$ lb-p2p-lan-chatThis project is made for educational purposes and to understand how P2P mesh networks work.



