Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rizasghari/basic_syscall_webserver
Basic http web server implementation with GoLang from scratch using syscall standard package
https://github.com/rizasghari/basic_syscall_webserver
go golang http network-programming syscall system-programming webserver
Last synced: about 6 hours ago
JSON representation
Basic http web server implementation with GoLang from scratch using syscall standard package
- Host: GitHub
- URL: https://github.com/rizasghari/basic_syscall_webserver
- Owner: rizasghari
- Created: 2024-08-03T14:01:47.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-03T14:28:34.000Z (3 months ago)
- Last Synced: 2024-08-03T15:38:14.300Z (3 months ago)
- Topics: go, golang, http, network-programming, syscall, system-programming, webserver
- Language: Go
- Homepage:
- Size: 1.58 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Basic http web server implementation with GoLang from scratch using syscall standard package.