Skip to content

Implement a simple social network server and client. The communication between the server and the client(s) performed using a binary communication protocol The implementation of the server based on the Thread-Per-Client (TPC) and Reactor servers. languages: java, c++

Notifications You must be signed in to change notification settings

AboMor/tweeter-sim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tweeter-sim

Implement a simple social network server and client, which imitates the concept of tweeter as such a user can post new posts, follow and block othe users, send DMs ect'. The communication between the server and the client(s) performed using TCP protocol. The implementation of the server (in java) based on the Thread-Per-Client (TPC) and Reactor servers. and the implementation of the client (in c++) maintains memory manegment.

About

Implement a simple social network server and client. The communication between the server and the client(s) performed using a binary communication protocol The implementation of the server based on the Thread-Per-Client (TPC) and Reactor servers. languages: java, c++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published