Pankaj Kumar

Session Management in Nodejs Using Redis as Session Store

We have covered session management in ExpressJs using a global variable technique which of course will not work in the case of shared server or concurrent execution of HTTP requests which is the most familiar production scenario. Codeforgeek readers requested to provide a solution for this issue and the optimal one is to use external […]

Session Management in Nodejs Using Redis as Session Store Read More »

Top 5 Node Frameworks to Increase Coding Productivity

Node.js is an open source, cross platform JavaScript runtime engine to develop server side applications. Node.js uses Google’s V8 engine to compile JavaScript code into native code. Node.js is based on non-blocking, event-driven architecture to help developers create robust and distributed applications. We have covered tons of useful tutorials covering Node.js. Click here to start

Top 5 Node Frameworks to Increase Coding Productivity Read More »