Skip to content

Simple TCP server in Rust using Tokio and raw implementation directly via syscalls

Notifications You must be signed in to change notification settings

unkn0wn-root/r-tcp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple TCP Server in Rust

Made two implementations:

  1. A standard implementation using tokio package
  2. A raw implementation using system calls

Usage

Running the standard server

make sure you have .env file in place and then:

make run-server

Testing the server

make chat

Type any message and press enter. The server will echo back your message. Type "quit" to close the connection.

About

Simple TCP server in Rust using Tokio and raw implementation directly via syscalls

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published