Skip to content
/ chat Public

Basic chat example to demonstrate I/O and other rust features.

Notifications You must be signed in to change notification settings

F3kilo/chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic chat

Provides basic chat functions:

  • create room
  • send messages to room
  • fetch room's messages

Components

  • STP - custom string transfer protocol library above TCP.
  • Chat server - server application, that holds messages and accepts incoming connections.
  • Chat client - thin wrapper library around STP. Provides chat functions.
  • Chat TUI - chat application with terminal interface. Uses chat client library.

About

Basic chat example to demonstrate I/O and other rust features.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages