Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Cooking REST API via Sails and Yeoman

Cooking REST API via Sails and Yeoman

Eugene Obrezkov

November 08, 2015
Tweet

More Decks by Eugene Obrezkov

Other Decks in Programming

Transcript

  1. Who am I? • Technical Leader and Consultant at Onix-Systems;

    • NodeJS Developer with 2+ years of experience; • Wasted 3 years of my life on PHP Development; • Core contributor of generator-sails-rest-api; • Contributor of numerous Passport strategies;
  2. What is REST? Representational State Transfer (REST) is the software

    architectural style of the World Wide Web. REST gives a coordinated set of constraints to the design of components in a distributed hypermedia system that can lead to a higher-performing and more maintainable architecture.
  3. What is framework? • Frameworks have tool sets, different components

    for build solutions, etc… • Frameworks contain frozen spots and hot spots;
  4. What is framework? • Frameworks have tool sets, different components

    for build solutions, etc… • Frameworks contain frozen spots and hot spots; • Frameworks also rely on the Hollywood principle;
  5. Why Sails? Pros Cons Waterline Old JavaScript syntax Blueprints Grunt,

    Views, Web-socket Express Policies Rails-like Blueprints