Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/atticusth7/database-network
- Owner: Atticusth7
- Created: 2024-08-15T18:38:22.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-21T19:54:37.000Z (3 months ago)
- Last Synced: 2024-08-21T22:14:05.100Z (3 months ago)
- Topics: c, client-server, database, multithreading, network-programming, posix-threads, unix
- Language: C
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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**