Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/atticusth7/database-network

This project is a client-server network application designed to handle multiple client connections simultaneously. Written in C for a Unix environment, the server facilitates client operations such as storing, retrieving, and deleting data in a database file.
https://github.com/atticusth7/database-network

c client-server database multithreading network-programming posix-threads unix

Last synced: about 13 hours ago
JSON representation

This project is a client-server network application designed to handle multiple client connections simultaneously. Written in C for a Unix environment, the server facilitates client operations such as storing, retrieving, and deleting data in a database file.

Awesome Lists containing this project

README

        

**This project is intended to be used in a UNIX environment**

**How to initialize the server**

./dbserver

**How to connect a client**

If server is running successfully open a seperate terminal tab and enter:
./dbclient

**I have included the executables dbclient and dbserver if these do not work compile using gcc**