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 world
source 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
$ ./webserverhelloworld
localhost:8080
Source file : webserverhelloworld.js
- Navigate to nodejs folder using terminal/cmd and run below command.
node webserverhelloworld.js
localhost:3000
- press
CTRL+C
in your terminal/CMD