×

Node.js

swMATH ID: 15665
Software Authors: Chaniotis, Ioannis K.; Kyriakou, Kyriakos-Ioannis D.; Tselikas, Nikolaos D.
Description: Is Node.js a viable option for building modern web applications? A performance evaluation study. We examine the implications of end-to-end web application development, in the social web era. The paper describes a distributed architecture, suitable for modern web application development, as well as the interactivity components associated with it. Furthermore, we conducted a series of stress tests, on popular server side technologies. The PHP/Apache stack was found inefficient to address the increasing demand in network traffic. Nginx was found more than 2.5 times faster in input/output (I/O) operations than Apache, whereas Node.js outperformed both. Node.js, although excellent in I/O operations and resource utilization, was found lacking in serving static files using its built in HTTP server, while Nginx performed great at this task. So, in order to address efficiency, an Nginx server could be placed in-front and proxy static file requests, allowing the Node.js processes to only handle dynamic content. Such a configuration can offer a better infrastructure in terms of efficiency and scalability, replacing the aged PHP/Apache stack. Furthermore we have found that building cross platform applications based on web technologies, is both feasible and highly productive, especially when addressing stationary and mobile devices, as well as the fragmentation among them. Our study concludes that Node.js offers client-server development integration, aiding code reusability in web applications, and is the perfect tool for developing fast, scalable network applications.
Homepage: https://nodejs.org/en/
Keywords: Node.js; end-to-end javascript; WebSockets; webRTC; real-time web; software performance evaluation
Related Software: JavaScript; Angular; Traefik; Docker; Synode; npm; JSAI; Python; TensorFlow.js; Emscripten; WebGL; GitHub; Leaflet; MySQL; JStereoCode; BC3; CodeLabeller; Music21; EDO.js; express
Cited in: 6 Publications

Standard Articles

1 Publication describing the Software Year
Is Node.js a viable option for building modern web applications? A performance evaluation study
Chaniotis, Ioannis K.; Kyriakou, Kyriakos-Ioannis D.; Tselikas, Nikolaos D.
2015

Citations by Year