Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Chatroom made in C language using socket programming

Notifications You must be signed in to change notification settings

zhou-qs/Alpha-Chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

15 Commits

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 97.3%
  • Makefile 2.7%

AltStyle によって変換されたページ (->オリジナル) /