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

https://github.com/h2owater425/socket-chat

Simple chat made with Winsock2
https://github.com/h2owater425/socket-chat

Last synced: 3 months ago
JSON representation

Simple chat made with Winsock2

Awesome Lists containing this project

README

        

# Socket Chat
Simple chat made with Winsock2

## Building
```sh
gcc main.c -o chat -lws2_32
```

## Usage
```
Usage: chat [ip]

Options:
port number
ip ip address, use to behave as client
```