Nodemailer – Easy Email Sending With Node.JS

If you’re looking for a nice and easy-to-use module for sending e-mails with Node.JS (using SMTP or sendmail or Amazon SES) then look no further than Nodemailer by Andris Reinman. Nodemailer is both Unicode friendly and Windows friendly, meaning that you can use any characters you like and that you can install it with npm [...]

Continue Reading →

ReView.js: A Dynamic Viewport System in Responsive Designs

Nowadays, designing web layouts for different resolutions has become easier because of media queries. One of the useful tools available is ReView.js, which is a dynamic viewport system that provides efficient responsive web design viewing choices. It has an Opt-In and Opt-Out responsive design states and developed in pure JavaScript. It also allows users on [...]

Continue Reading →

Create High-Quality Apps with Meteor

Meteor is an open-source platform for creating high-quality apps in less time. It is a real-time JavaScript framework created on top of Node.js. Features: Pure JavaScript. You can write your entire app in pure JavaScript. Live page updates. As you write your template, they update automatically when the data in the database changes. It also [...]

Continue Reading →

EasyImage – Nodejs Image Processing Module

Today’s featured web development tool is called EasyImage from hacksparrow, a module that will make image processing and manipulation in Node.js a little more less complicated, not just for beginners but advanced users as well. Server side technologies like ImageMagick is one of the most popular choices for image processing in Node.js, but its syntax [...]

Continue Reading →

Clean-css – A Node.js CSS Compressor

Today’s feature is GoalSmashers’ node.js library called clean-css. It’s a nice and very simple utility for minifying and concatenating CSS files. It strips unnecessary whitespace, removes comments, deletes the last semicolon of every selector, and more. Basically, it does the same job as YUI Compressor’s CSS minifier but much faster. Using the clean-css library is [...]

Continue Reading →

Installing Node.js Packages And Ruby Gems In Virtualenv

When you’re using Python’s virtualenv in your project, there might come a time when you’re going to be required to use libraries in other languages. When that happens, chances are you might want to have them installed in your virtual environment as well. This tutorial from 2general will show you how to do just that [...]

Continue Reading →

Calipso - NodeJS-Based Content Management System

Calipso is a content management system (CMS), based on the NodeJS server. Calipso built along similar themes to Drupal and WordPress, that is designed to be fast, flexible and simple. Due to the asynchronous nature of NodeJS, it seemed like a good idea to try to build a CMS made up of modules that could [...]

Continue Reading →

Opensource Map-based CouchDB Chat For Your Site

MapChat is an opens ource Map-based CouchDB Chat that allow us to chat with friends and discuss events on a map. There’re two choices for installation: Incoming search terms for the article: webmail couchdb chat git couchdb chat mpa chat comment friend node js mapchat mapchat node js mapchat node mapchat me/ clone mapchat me [...]

Continue Reading →

Scrumblr - Collaborative Online Scrum Tool Using Websockets, Node.js, jQuery, and CSS3

scrumblr is a web-based simulation of a physical agile sprint board that supports real-time collaboration. it is built using node.js, websockets (using socket.io), CSS3, and jquery. Incoming search terms for the article: jquery scrum board html5 scrum board node js online scrum board jquery board scrum online jquery scrum online scrumboard nodejs sprint board

Continue Reading →

Node.js Tutorial Roundup

Javascript has always been important but usually it just hangs around in your browser, getting stuff done. The buzz on the internet is node.js, an event based, server side javascript based on Google’s super-fast V8 engine. It allows you to make high performance, large scale applications. There still aren’t that many tutorials out there, with [...]

Continue Reading →

Page 1 of 212»