Войти
  • 8120Просмотров
  • 1 год назадОпубликованоNeo Goose

I built a real HTTP sever in ARM assembly in under 200 lines

Recently I made an implementation of the real HTTP webserver in pure MacOS arm64 assembly. Which under 200 lines (of text not even code) includes: - basic routing based on logic - HTTP method validation - logging of every request - primitive configuration ^ and it's all under 200 lines of code. Watch this video if you are interested in how it's implemented or just interested to start learning assembly as this code snippet is fairly simple and at the same time serves a pretty complicated purpose. Repository: My Twitter: