just3ws / Simple-vanilla-node-server

This simple node server delivers one webpage and does not use Express or any external libraries

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Simplest Node Server You'll Ever See

This is a node server that delivers one page.

That's all there is.

It does not use express, it does not use some cool new library.

It delivers one thing using one short js file.

It doesn't even do error checking. The filepath is hardcoded.

Have fun with it. Tweak it out. Build something new and different from the ground up.

About

This simple node server delivers one webpage and does not use Express or any external libraries


Languages

Language:JavaScript 68.5%Language:HTML 31.5%