Any constructive criticism is welcome. I'm learning assembly and developing this project in my spare time.
I obtained the server creation part from another repository, but I no longer have the link. Additionally, I fragmented it for organizational purposes, and I added a few things.
- Download the repository
- Download the NASM assembler, in arch linux you can use the following command:
sudo yay -S nasm
- Open the terminal and go to the folder where the repository is located
- Run the following command:
make
- Run the following command:
./bin/server [port]