In this repo, Tools, Native Libraries, Addons will be created with C.
Topic | Source |
---|---|
Notes | Source |
Scripts | Source |
Resources | Source |
Tools | Source |
---|---|
First Text Editor | Source |
Simple Nodejs Addon | Source |
Web Server from scratch | Source |
Run Simple Text Editor:
make clean && make run PROJECT=first-editor
Run Web Server from Scratch
make clean && make run PROJECT=web_server_from_scratch
display the exit status of the last executed command
echo $?