July 24, 2018November 1, 2022Technology Serve Static Files Locally using Node and Express A basic setup to serve a folder in a browsable mode using NodeJs and ExpressJS.
April 22, 2018February 22, 2022Technology Building an API using NodeJS, ExpressJS, Passport, JWT and Mongo ExtractJwt.fromAuthHeaderWithScheme(‘JWT’)The JWT string passed at the end is case sensitive as opposed to everyone saying it isn’t.Have faced this problem a couple […]
September 22, 2017July 9, 2019Technology Serving HTML files using ExpressJS and NodeJS Sometimes it is required to just wrap up a simple NodeJS server using the ExpressJS framework and get started with building an […]
August 9, 2017November 1, 2022Technology Starting a simple local webserver using NodeJS and Express Sometimes you just need a web server in your local computer but don’t want to bother installing a full fledged software like […]