Seriate: The Glue Between SQL Server and Node.js

Chris Berry .NET, Articles, Development Technologies & Tools, JavaScript, Node.js 8 Comments

Attention: This article was published over 10 years ago, and the information provided may be aged or outdated. While some topics are evergreen, technology moves fast, so please keep that in mind as you read the post.An example Node.js application which connects to a SQL server and serves up data via HTTP endpoints. Before leaving my last client, I was …

Node.js

A Gentle Introduction to Node.js

Jinal Patel Articles, Development Technologies & Tools, JavaScript, Node.js Leave a Comment

Attention: This article was published over 10 years ago, and the information provided may be aged or outdated. While some topics are evergreen, technology moves fast, so please keep that in mind as you read the post.Recently at work, I sought to familiarize myself with Node.js. Naturally, I started searching the pool of applications in Keyholeโ€™s GitHub repository. This was …

Rethinkdb

Real-Time Applications With RethinkDB

John Hoestje Articles, Databases, Development Technologies & Tools, JavaScript, Microservices, Node.js 1 Comment

Attention: This article was published over 10 years ago, and the information provided may be aged or outdated. While some topics are evergreen, technology moves fast, so please keep that in mind as you read the post.In the last several years, there have been new requirements and expectations placed on enterprise applications that have dramatically increased application code complexity. Users …

Boilerplate Template for Node.js and Backbone Using Gulp and Browserify

Justin Graber Articles, BackboneJS, Development Technologies & Tools, JavaScript, Node.js Leave a Comment

Attention: This article was published over 11 years ago, and the information provided may be aged or outdated. While some topics are evergreen, technology moves fast, so please keep that in mind as you read the post.Iโ€™ve been working with Node.js and Backbone for a little over a year now and recently started a new side project in my spare …

Node.js

Improve Node.js Performance by Turning It into a Clusterfork

David Elton Articles, Development Technologies & Tools, JavaScript, Node.js 2 Comments

Attention: This article was published over 11 years ago, and the information provided may be aged or outdated. While some topics are evergreen, technology moves fast, so please keep that in mind as you read the post.One of the big reasons people are drawn to Node.js for running web servers is the simplicity you gain from a single-threaded paradigm, versus …