Skip to content

NachiketUN/Social-Network-Service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Compile the code using the provided makefile:

make

To clear the directory (and remove .txt files):

make clean

To run the server without glog messages (port number is optional):

./tsd <-p port>

To run the server with glog messages:

GLOG_logtostderr=1 ./tsd <-p port>

To run the client without glog messages (port number and host address are optional):

./tsc <-h host_addr -p port> -u user1

To run the server with glog messages:

GLOG_logtostderr=1 ./tsc <-h host_addr -p port> -u user1

About

Tiny Social Network Service using GRPC and C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published