samwhiteiv / server-net

Server spun up using Node & Net. Go to localhost:3000/image.jpg to serve the image.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spin up server with Node Net

Steps to run locally

  • Check to make sure you have node installed on your machine
  • Go to the project root directory
  • run yarn serve or npm run serve in the terminal. Alternatively, you can run node index.js via the command line as well.
  • go to localhost:3000/image.jpg to serve the image.

About

Server spun up using Node & Net. Go to localhost:3000/image.jpg to serve the image.


Languages

Language:JavaScript 87.3%Language:HTML 12.7%