Skip to content

Project for laboratory work on the discipline Parallel programming interfaces. This project implements a server-client architecture for exchanging data between programs using sockets.

Notifications You must be signed in to change notification settings

vitaliy-bezugly/client-server-interaction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Client-server interaction

This project implements a server-client architecture for exchanging data between programs using sockets. Specifically, the server program contains data about students of a group, including their name, surname, age, and average score. The client program is able to perform specific requests to the server program, such as retrieving a complete list of students, a list of students older than 18 years, and a list of students receiving a scholarship (average score above 4).

About

Project for laboratory work on the discipline Parallel programming interfaces. This project implements a server-client architecture for exchanging data between programs using sockets.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages