Skip to content
Ideahive.me
Linkedin Github Medium Signup

Ideahive.me

Ideas worth sharing

Category: NGNIX

Configure Nginx as a web server and reverse proxy for Nodejs application on Azure Windows

October 2, 2018 sudipp

Introduction: NodeJs applications are “Single threaded Event Loop” i.e there is a single thread listening to all incoming requests. On receiving a request, it immediately publish it to its internal “event queue” and is ready to receive the next request. It also polls event queue for any pending tasks and processes Non-blocking I/O tasks. For […]

Read More
API Security, Authentication, ideahive, NGNIX, Node, NodeJs, purkayastha, sudip3 Comments on Configure Nginx as a web server and reverse proxy for Nodejs application on Azure Windows

Recent Posts

  • 1477. Find Two Non-overlapping Sub-arrays Each With Target Sum
  • Cut Ribbon
  • Leetcode – 23. Merge k Sorted Lists
  • How to Ace Amazon Behavioral Interview
  • Computer Networks

Recent Comments

  • TimothyEdurf on Leetcode – 23. Merge k Sorted Lists
  • online procardia on JWT prevents hot linking to your media
  • Abhishek on System Design links
  • sudipp on Permutation and Combination
  • udfxyqbwc on Permutation and Combination

Archives

  • January 2021
  • November 2020
  • July 2020
  • June 2020
  • April 2020
  • July 2019
  • April 2019
  • January 2019
  • October 2018
  • January 2009

Categories

  • Algorithm
  • BigO
  • Data Structure & Algorithm
  • DP
  • Dynamic Programming
  • ideahive
  • Leetcode
  • NodeJs
  • Runtime
  • System Design
  • Tree
Copyright © ideahive.me.