Tag Archives: redhat
How to build the latest node.js RPM and install it on CentOS / RedHat / Fedora
If you aren’t familiar with node.js, it’s a platform whose goal is to facilitate building event-driven server side javascript services. Essentially it allows to run javascript on the server — services built with Node.js go to sleep after instructing the operating system to wake them if a connection is made, and each connection has a […]