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

https://github.com/gotz1480/minimal-webchat

A simple webchat using socket.h library from C/Linux
https://github.com/gotz1480/minimal-webchat

websocket-chat websockets

Last synced: 6 months ago
JSON representation

A simple webchat using socket.h library from C/Linux

Awesome Lists containing this project

README

          

# minimal-webchat

A simple webchat using socket.h library from C/Unix

## Build

`make clean`

`make`

## Usage

### Server-side

`./server `

### Client-side

`./client `

## TODOs

Handle multiple clients.