There are several web application types you can work on with node.js. For example: I/O bound Applicationsa disk read/write or network read/write etcfor example, counting the number of lines in a file is likely to be I/O bound.(JavaScript – Reading Excel file using node.js! Solved!)Data Intensive Real-time Applications (DIRT)Real TIme Chat Apps or Chat Bots … Continue reading What kind of Web Applications you can develop using Node.js?
Month: December 2018
How secure is AWS?
Your data on AWS or any other public cloud service provider is entirely secured given you comply and use them within their Security Guidelines. For example, you should not share/use API or Machine Access Keys in your code. And even if you did and you uploaded your code on GitHub in Public Repo, your Access … Continue reading How secure is AWS?