rish404 / NodeJsBlog

NoodeJS blog with server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NodeJsBlog

Making a blog using NodeJs server & html front end with HTTP requests & page routing.

Things used and learnt:

  • Streaming data from one file to another (chunks)
  • Making server.js
  • Importing external html files to server
  • Routing systems for different pages per request
  • Adding correct HTTP status codes for server requests
  • Using Express npm and making app.js
  • To be updated...

About

NoodeJS blog with server


Languages

Language:JavaScript 74.9%Language:HTML 25.1%