Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

HTTP

2.1 Objective: Create Application that Responds to HTTP Requests

Do this locally in your computer, e.g. When pointing a browser to your http://localhost:8080, it shows "Hello World".

You can use a programming language like JavaScript, Python, Golang, Java etc or you can use a web server like Nginx or Apache.

Examples: Python