https://github.com/janubhav/chat-server
A response server is a server 💽 that primarily handles requests from clients 🌐 and sends back appropriate responses 💬📤
https://github.com/janubhav/chat-server
c c-programming client-server network-programming response-server server
Last synced: about 1 year ago
JSON representation
A response server is a server 💽 that primarily handles requests from clients 🌐 and sends back appropriate responses 💬📤
- Host: GitHub
- URL: https://github.com/janubhav/chat-server
- Owner: jAnubhav
- Created: 2024-09-11T08:27:17.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-11T16:09:26.000Z (almost 2 years ago)
- Last Synced: 2024-12-22T17:18:54.746Z (over 1 year ago)
- Topics: c, c-programming, client-server, network-programming, response-server, server
- Language: C
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Response Server
A response server is a server that primarily handles requests from clients and sends back appropriate responses. This term is often used in the context of web servers or network servers that interact with clients over a network.
There are two files `server.c`, which sends a response and `client.c`, which recieves the response.
More work on the way...