close
The Wayback Machine - https://web.archive.org/web/20210119083810/https://github.com/alphadose/Alpha-Chat
Skip to content
master
Go to file
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time

README.md

AlphaChat

Setup

  1. Clone this repository and cd into it
$ git clone https://github.com/alphadose/Alpha-Chat

$ cd Alpha-Chat && make help
Alpha-Chat: A chat ecosystem built purely in C

* server: Build the server
* client: Build the client
* all:    Build the server and client
* clean:  Remove project binaries
  1. Build project binaries
$ make all
* Building Server
* Building Client
* Done

Hosting the Chat-Server

$ ./server <port>
Starting server.
Waiting for incoming connections...

Connecting to the Chat-Server via Client

$ ./client <ip_address_of_server> <port>

Cleaning binaries

$ make clean
* Done

About

Chatroom made in C language using socket programming

Topics

Resources

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.