Skip to content

Latest commit

 

History

History
40 lines (21 loc) · 1.82 KB

File metadata and controls

40 lines (21 loc) · 1.82 KB

SANE

SANE is a Full-Stack JavaScript and CLI that lets you rapidly create production-ready web apps using Sails and Ember. Comes with baked-in Docker support, generators and more.

Website

Ember

Ember is a JavaScript framework for creating ambitious web applications. Website

Sails

Sails makes it easy to build custom, enterprise-grade Node.js apps. It is designed to emulate the familiar MVC pattern of frameworks like Ruby on Rails, but with support for the requirements of modern apps: data-driven APIs with a scalable, service-oriented architecture.

Website

Docker

Docker is an open platform for developers and sysadmins to build, ship, and run distributed applications. Consisting of Docker Engine, a portable, lightweight runtime and packaging tool, and Docker Hub, a cloud service for sharing applications and automating workflows, Docker enables apps to be quickly assembled from components and eliminates the friction between development, QA, and production environments.

Website

SPA

SPA stands for Single Page Application - a modern approach to web development for creating rich experiences in the browser alike those of native apps on desktop or mobile.

Wikipedia

CLI

CLI is short for Command Line Interface - the traditional way for interacting with a computer program in a terminal.

Wikipedia

REST

REST is short for representational state transfer. It has become the dominant architecture style for client to server communication on the web and is used by the SANE stack's client and server. It is very important to understand REST well.

Wikipedia