This repository is your essential guide to understanding and implementing pipes for interprocess communication (IPC) in C and C++. Master this fundamental IPC mechanism crucial for projects like Pipex, Minishell, and web servers with CGI at 42. first push on Thu 22nd May 2025
Pipex is a project that re-creates in C the way two commands are piped together via | in the shell
It's a minimal shell implementation, developed as part of the 42 curriculum. The project mimics a real Unix shell with built-in commands, argument handling, and more.
The goal of the project is to build a C++98 compatible HTTP web server from scratch.