shubhajeet1207 / testing_web_server

A Simple web server that serves static files or accepts HTTP requests.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WebServer made with Golang

This is a simple project to learn the basics of Golang web development.

Instructions to use 📝

  • First clone the repository by running the following command:
git clone https://github.com/shubhajeet1207/testing_web_server
  • After cloning the web server repository change the directory to webserver directory.
  • Then run the below command for running the web server:
go run web_server.go
  • Now open browser and search http://localhost:8080 or can directly ru the curl http://localhost:8080 on terminal.

About

A Simple web server that serves static files or accepts HTTP requests.


Languages

Language:Go 100.0%