ymawky는 ARM64 어셈블리로 만든 웹 서버입니다.
ymawky는 ARM64 어셈블리로 작성된 정적 파일 웹 서버로, libc 없이 syscall만 사용하여 작동합니다. 이 서버는 MacOS에서 실행할 수 있으며, Apple silicon arm64에서만 가능합니다. 또한, 각 연결마다 fork 구조를 통해 처리됩니다.
ymawky is a web server made with ARM64 assembly.
ymawky is a static file web server written in ARM64 assembly, operating without libc by using syscall directly. It is designed to run on MacOS specifically on Apple silicon arm64. The server employs a forking architecture for each connection.