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

https://github.com/starbops/chatroom

Socket Programming Warm-Up
https://github.com/starbops/chatroom

Last synced: about 1 year ago
JSON representation

Socket Programming Warm-Up

Awesome Lists containing this project

README

          

# chatroom

Socket Programming Practice

## Usage

1. Compile server: `gcc chat_serv.c -o chat_serv`
2. Compile client: `gcc chat_cli.c -o chat_cli`
3. Server side: `./chat_serv `
4. Client side: `./chat_cli `

## Spec

1. Broadcast Message: ``
2. Private Message: `/private `
3. Change Nickname: `/nick `
4. Who: `/who`
5. Quit: `/quit`