This repository contain web server hello world programs written in many languages without any third party dependency.
- Find a language that doesn't have
web server hello worldsource in this repository. - Open an issue and say "Add <Language> web server hello world"
- Fork the repository in to your github profile
- Add your source files and update
README.md - Submit a pull request by mentioning the issue you added previously.
Happy coding 🚀
Source file : webserverhelloworld.go
go build webserverhelloworld.go
webserverhelloworld.exe$ go build webserverhelloworld.go
$ ./webserverhelloworldlocalhost:8080
Source file : webserverhelloworld.js
- Navigate to nodejs folder using terminal/cmd and run below command.
node webserverhelloworld.jslocalhost:3000
- press
CTRL+Cin your terminal/CMD
