scherzma / Skunk

P2P Tor Chat App
GNU General Public License v3.0
4 stars 0 forks source link

Implement P2P Network Messaging and Chat Features #40

Closed scherzma closed 2 months ago

scherzma commented 2 months ago

This PR introduces significant enhancements to the Skunk project, focusing on peer-to-peer network messaging and chat functionality:

Key changes in cmd/skunk/application/domain/p2p_network/p_service/, cmd/skunk/application/port/, cmd/skunk/adapter/out/storage/, and test/ directories.

This PR lays the foundation for a functional P2P chat application. Future work will focus on UI integration, edge cases, and performance optimization.

Please review and provide feedback.

Related Tickets: #27 #25 #24 Closes: #19