Skip to content

Web Server Hello World in many languages without dependencies

License

Notifications You must be signed in to change notification settings

TechSeekers/web-server-hello-world

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Server Hello World


This repository contain web server hello world programs written in many languages without any third party dependency.

How to contribute

  • 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 🚀

Languages

golang

Compile and run it

Source file : webserverhelloworld.go

Windows

go build webserverhelloworld.go
webserverhelloworld.exe

Linux

$ go build webserverhelloworld.go
$ ./webserverhelloworld

Check output from your browser

localhost:8080

Node.js

Source file : webserverhelloworld.js

Windows/Linux

  • Navigate to nodejs folder using terminal/cmd and run below command.
node webserverhelloworld.js

Check output from your browser

localhost:3000

Stop webserver

  • press CTRL+C in your terminal/CMD

About

Web Server Hello World in many languages without dependencies

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages