Sparsh Shrivastava
sparshshrivastava
3 points
Tools sparshshrivastava is Following
Node.js
nodejs.org
Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for d...
JavaScript
developer.mozilla.org/en-US...
JavaScript is most known as the scripting language for Web pages, but used in many non-browser environments...
SuperTest
npmjs.com/package/supertest
It is a super-agent driven library for testing node.js HTTP servers using a fluent API. It provides a high-...
Visual Studio Code
code.visualstudio.com
Build and debug modern web and cloud applications. Code is free and available on your favorite platform - L...
AVA
github.com/sindresorhus/ava
Even though JavaScript is single-threaded, IO in Node.js can happen in parallel due to its async nature. AV...