RubyConf 2019 - Coding like it’s 1977: Ruby on the Apple ][ by Colin Fulton
Channel:
Subscribers:
42,400
Published on ● Video Link: https://www.youtube.com/watch?v=M7LEf7-W12k
Coding like it’s 1977: Ruby on the Apple ][ by Colin Fulton
Many developers at some point in their programming career get curious about how HTTP servers work and how to build one from scratch without any external libraries.Well, recently, I got curious about “How do HTTP servers work”? “How are HTTP servers built?” and “Can I build an HTTP server and client with Ruby without using any gems?“ And you know what, the answers are, yes, yes and yes!We’ll explore how to build a simple http server using the Socket class available in the Ruby’s standard library. In the process, we will also get a crash course on how HTTP works.
#confreaks #rubyconf2019 #rubyconf
Other Videos By Confreaks
Tags:
Ruby
RubyConf
Programming