20131118 new to node - plembo/onemoretech GitHub Wiki

title: new to node link: https://onemoretech.wordpress.com/2013/11/18/new-to-node/ author: phil2nc description: post_id: 6641 created: 2013/11/18 11:49:14 created_gmt: 2013/11/18 16:49:14 comment_status: closed post_name: new-to-node status: publish post_type: post

new to node

Node.js is a platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for data-intensive real-time applications that run across distributed devices.

So the big new thing around here is node.js, by way of a javascript XMPP client library called converse.js that we stumbled on while trying to push the envelope for delivering chat services. Fortunately it turns out that both node.js and its package manager, npm, are available as rpm packages for RHEL and Fedora. The version available for Fedora 19 and RHEL 6.5 (assuming you keep up with all the updates) is actually the latest stable release, which is always a good thing. There are some pretty good tutorials and other resources available on the sites for these two interrelated frameworks.

Copyright 2004-2019 Phil Lembo