All Projects → nikhilroxtomar → Chatroom-in-C

nikhilroxtomar / Chatroom-in-C

Licence: Apache-2.0 license
A simple Chatroom built in C programming language. The program is built uses multithreading for handling multiple clients.

Programming Languages

c
50402 projects - #5 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to Chatroom-in-C

Socket-Programming-Python
Client Server running code described with comments here.
Stars: ✭ 48 (-5.88%)
Mutual labels:  multithreading, socket-programming
AyaRay
A Modern C++ Windows-platform physically based renderer developing by Chang Yu.
Stars: ✭ 29 (-43.14%)
Mutual labels:  multithreading
Unity-Multithreaded-Job-System
A multithreaded job system for Unity3d
Stars: ✭ 23 (-54.9%)
Mutual labels:  multithreading
Master-Thesis
Deep Reinforcement Learning in Autonomous Driving: the A3C algorithm used to make a car learn to drive in TORCS; Python 3.5, Tensorflow, tensorboard, numpy, gym-torcs, ubuntu, latex
Stars: ✭ 33 (-35.29%)
Mutual labels:  multithreading
RavEngine
A fast, easy to use C++20 3D game library for modern computers
Stars: ✭ 122 (+139.22%)
Mutual labels:  multithreading
tcp server client
A thin and simple C++ TCP client server
Stars: ✭ 124 (+143.14%)
Mutual labels:  multithreading
mvThreadPool
An easy to use C++ Thread Pool
Stars: ✭ 30 (-41.18%)
Mutual labels:  multithreading
khttpd
An experimental HTTP server implemented as Linux kernel module
Stars: ✭ 41 (-19.61%)
Mutual labels:  socket-programming
Image-Scraper
Fast concurrent image scraper
Stars: ✭ 35 (-31.37%)
Mutual labels:  multithreading
thread-pool
BS::thread_pool: a fast, lightweight, and easy-to-use C++17 thread pool library
Stars: ✭ 1,043 (+1945.1%)
Mutual labels:  multithreading
JMT-MCMT
A multithreading mod for for Minecraft forge 1.15.2 and 1.16.x
Stars: ✭ 206 (+303.92%)
Mutual labels:  multithreading
ParallelQSlim
Shape Aware Parallel Mesh Simplification Algorithm
Stars: ✭ 84 (+64.71%)
Mutual labels:  multithreading
llb
Dead simple event-driven load-balancer
Stars: ✭ 27 (-47.06%)
Mutual labels:  multithreading
Online-Chess
A chess website where people can play against each other online.
Stars: ✭ 28 (-45.1%)
Mutual labels:  socket-programming
bsuir-csn-cmsn-helper
Repository containing ready-made laboratory works in the specialty of computing machines, systems and networks
Stars: ✭ 43 (-15.69%)
Mutual labels:  multithreading
TuubesCore
Scalable server engine for voxel / cubic games
Stars: ✭ 48 (-5.88%)
Mutual labels:  multithreading
Aqeous
(Inactive, Checkout AvanaOS, Rewrite of this) This is a New Operating System (Kernel right now). Made completely from scratch, We aim to make a complete OS for Learning purpose
Stars: ✭ 23 (-54.9%)
Mutual labels:  multithreading
gostore
Storage algorithms.
Stars: ✭ 34 (-33.33%)
Mutual labels:  multithreading
TinyChat
💬 Extra small chat client with GUI
Stars: ✭ 15 (-70.59%)
Mutual labels:  socket-programming
portable-threads
Portable threads API for Common Lisp (from GBBopen project)
Stars: ✭ 13 (-74.51%)
Mutual labels:  multithreading

Chatroom-in-C

A simple Chatroom built in C programming language. The program has two files - server.c and client.c. The program is built uses multithreading for handling multiple clients.

Run the program

Just simply run the Makefile using this command.
$ make Makefile compile

YouTube Video Tutorial

https://youtu.be/fNerEo6Lstw

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].