Finished routing, simple website now works yay
This commit is contained in:
parent
12653f6f48
commit
7a112697ec
11 changed files with 148 additions and 15 deletions
4
main.rb
Normal file
4
main.rb
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
require_relative 'lib/tcp_server'
|
||||
|
||||
server = HTTPServer.new(4567)
|
||||
server.start
|
||||
Loading…
Add table
Add a link
Reference in a new issue