Skip to content

Instantly share code, notes, and snippets.

@mdrmike
Last active August 29, 2015 14:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mdrmike/4030be1954d5df15519f to your computer and use it in GitHub Desktop.
Save mdrmike/4030be1954d5df15519f to your computer and use it in GitHub Desktop.
Notes: Scale13x MEAN Stack
* cloud9: ide.c9.io
* iojs https://iojs.org/en/index.html
* https://github.com/google/traceur-compiler
* https://github.com/google/
* ecmascript 6 : https://www.google.com/search?client=ubuntu&channel=fs&q=full+stack+javascript+development+with+pies&ie=utf-8&oe=utf-8#newwindow=1&channel=fs&q=ecmascript%206
* http://github.com/c9/architect
* https://www.polymer-project.org/
* express: stackoverflow.com/questions/19411135/what-does-express-js-do-in-the-mean-stack#answer-19411233
* jade (templating) sass
* gss (grid stylsheets)
* git
* gulp
* mocha
* micro-services: seneca
cylon.js
ionic
the node copter
SCALE 13x links
misc
ECMASScript6: https://www.google.com/search?client=ubuntu&channel=fs&q=full+stack+javascript+development+with+pies&ie=utf-8&oe=utf-8#newwindow=1&channel=fs&q=ecmascript%206
Traceur is a JavaScript.next-to-JavaScript-of-today compiler: https://github.com/google/traceur-compiler
Polymer: https://www.polymer-project.org/ = paper element
MEAN:
MongoDB = database
Express.js = back-end web framework
Angular = front-end framework
Node = back-end platform / web framework
PIES
Postgres = db
Iojs = back-end platform / web framework
Express.js = back-end web framework
S = seneca?
mEan - Express.js: http://mean.io/ http://meanjs.org/
MEAN scotch.io: https://scotch.io/ tutorial: https://scotch.io/tutorials/setting-up-a-mean-stack-single-page-application
Seneca: http://senecajs.org , a Micro-Services toolkit for Node.js
This toolkit lets you write clean code that you can scale without needing to refactor. Start with everything in one process, and split it all out onto multiple systems when you need to.
http://cylonjs.com/ JavaScript Robotics, By Your Command
Next generation robotics framework with support for 35 different platforms
http://leveldb.org/ - a light-weight, single-purpose library for persistence with bindings to many platforms.
npm cheat sheet: http://browsenpm.org/help
SALT: http://docs.saltstack.com/en/latest/index.html
infrastructure management, is easy enough to get running in minutes, scalable enough to manage tens of thousands of servers, and fast enough to communicate with those servers in seconds.
John O'Connor:
https://github.com/sax1johno
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment