Hashnode is a fairly simple app. Most of the light actions such as asking questions, commenting etc are handled by our main Node.js app. Heavy actions such as feed insertions, notifications, cron jobs etc are handled by separate microservices written in Node.js.
Sandeep Panda
co-founder, Hashnode
Hey there ๐
Hashnode is a fairly simple app. Most of the light actions such as asking questions, commenting etc are handled by our main Node.js app. Heavy actions such as feed insertions, notifications, cron jobs etc are handled by separate microservices written in Node.js.
Does that answer your question?