Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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 💬📤

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...