Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 21 days 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 (2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-11T16:09:26.000Z (2 months ago)
- Last Synced: 2024-10-11T01:11:37.216Z (about 1 month 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...