Skip to content

chaoqin-li1123/ToyServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ToyServer

bazel build

To build the server and client with bazel
bazel build //exe/...

To run the server
./bazel-bin/server_main hostname port

To run the client
./bazel-bin/client_main hostname port

GNU make

To build the server and client with make
make

To run the server
server_main hostname port

To run the client
client_main hostname port

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published