EckoThemes
user

EckoThemes

Astro is a content focused responsive theme for the WordPress platform. Available for purchase at ThemeForest.net.


Navigation
TagJavaScript
Featured

Developer Workflow

Getting Started with Yeoman & Grunt

Posted on March 7th, 2014.

Why use Grunt? In one word: automation. The less work you have to do when performing repetitive tasks like minification, compilation, unit testing, linting, etc, the easier your job becomes. After you’ve configured it, a task runner can do most of that mundane work for you—and your team—with basically zero effort. Grunt is a...

Featured

NodeJS Guides

Simple HTTP Server in NodeJS

Posted on February 18th, 2014.

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. This simple web server written in Node...