Skip to content

A simple chat using P2P (peer-to-peer) architecture with socket

Notifications You must be signed in to change notification settings

Krauzy/p2p-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

P2P-CHAT

P2P-Chat is a simple chat using P2P (peer-to-peer) architecture with socket

Peer-to-Peer

Peer-to-peer is a computer network architecture where each of the points or nodes in the network works both as a client and as a server, allowing sharing of services and data without the need for a central server

Commands

Command Description
/help Shows the list of chat commands
/clear Clear messages from the chat
/nick Renames the user's nickname
/quit Quit chat and close application
/left Quit chat, close application and save messages history log
/color Change the color of user messages
/me Send a private message

Dependencies

packages.config

<?xml version="1.0" encoding="utf-8"?>
<packages>
  <package id="Newtonsoft.Json" version="13.0.1" targetFramework="net48" />
</packages>

License

MIT

About

A simple chat using P2P (peer-to-peer) architecture with socket

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages