Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 272 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 272 Bytes

TcpChatServer

A simple Tcp chat application.

  • multithreaded

Usage

clone the repository

start the server

$ cargo run --release --bin server 

use the client

$ cd client/
$ ./gradlew run 

alternative

you can connect via netcat or telnet