8000 GitHub - bsati/chat: Sample chat application using TCP Sockets built with Rust and Go.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ chat Public

Sample chat application using TCP Sockets built with Rust and Go.

Notifications You must be signed in to change notification settings

bsati/chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chat

This project contains a simple toy chat application that uses TCP sockets for communication. A sample client is written as a TUI using Go with corresponding server implementations in Rust and Go. The aim of this project is to demonstrate the usage of TCP sockets and async programming in the beforementioned programming languages. Due to the nature of this project the implementation is very barebones and does not handle error cases / malicious attacks.

About

Sample chat application using TCP Sockets built with Rust and Go.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0