Building a Slack Bot to Get Currency Exchange Using NodeJs

Slack is without a doubt a widely adopted messaging tool. It’s been used in companies ranging from startups to fortune 1000. Slack offers various features such as integration, groups, private chat and bots. Bots are one of the exciting features of slack for the developers. Slack offers SDK’s which we can integrate it into various

Building a Slack Bot to Get Currency Exchange Using NodeJs Read More »

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 »