8000 GitHub - Mishalto/sync-chat: it's a simple synchronized cmd chat
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Mishalto/sync-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Synchronous Chat

A synchronous chat where the server and client interact with each other through blocking operations. This means that the server cannot send a message until it receives one from the client, and vice versa.

Controls

  1. Start the server.
  2. Connect to the server using the client.
  3. Use the /exit command to exit the chat.

Design

All core operations are performed in a blocking mode, meaning the server waits for a response from the client before continuing.
The server and client communicate using a TCP connection.

Build

  1. Last release CMake, Git
  2. Open folder with your IDE
  3. CMake will automatically pull all required dependencies. However, please note that this process may take quite a long time (especially if dependencies are being downloaded or compiled from scratch).

About

it's a simple synchronized cmd chat

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0