Skip to content

jfoscarini/tcp_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Live Server

A POC (proof of concept) tcp server to evaluate whether a migration of current live services to Rust would be a good idea.

There are no intended changes to be made to this POC. It has served its purpose.

What is it

How to run it

$ ./server -p 8000

Examples

TCP Client

Bash

$ telnet 127.0.0.1 8000
Hello World

About

Rust TCP Server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages