Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 380 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 380 Bytes

Simple Node.js server

This is a simple Node.js server that response html tags.
its a basic core implementation, without an external web application framework (e.g. Express.js) or HTML template engine (e.g. EJS)

Usage

make sure node is installed on your machine.

run the server:

$ node server.js

# Visit http://localhost:3000 or http://localhost:3000/about