$30 off During Our Annual Pro Sale. View Details »

Being MEAN at Hackathons

Being MEAN at Hackathons

How using mongo, angular express and Node can speed up hack development at hackathons

Avatar for Devang Paliwal

Devang Paliwal

December 03, 2013
Tweet

Other Decks in Technology

Transcript

  1. M in MEAN Document based NOSQL database Document is an

    associative array with key- value pairs {think JSON} Ex: ----- {name:’MONGODB’,type:’db’}
  2. E in MEAN Web application Framework for Node Provides features

    for building single/multi- page web applications Routing, Templating, Static-files, cookies, mime-types etc….
  3. A in MEAN 1] HTML enhanced for webapps 2] Swiss

    Army knife for client side MV* apps 3] Two way data binding, templating, server communication, validations, localization and much more 4] Makes client side development easy and fun to do
  4. N in MEAN Platform for server side javascript Built on

    V8 Engine Event-Driven, non-blocking I/O model Helps in building fast, scalable network apps