Git Product home page Git Product logo

sailsjs-angularjs-bootstrap-example's Introduction

sailsjs-angularjs-bootstrap-example

A suite of examples written for Sails.js, AngularJS, and Twitter Bootstrap.

Contents:

  • A REST API test page using Sails' transport agnostic routing (HTTP vs. Socket.io)
  • A "Todo List" app demo using Sails' Socket.io messaging and REST Blueprints
  • Passport middleware authentication integrated with Sails policies.
  • Twitter Bootstrap / Font Awesome custom LESS compiles (Grunt)
  • Cache busting JS/CSS for production (Grunt)

If there other examples you would like to see, feel free to create a GitHub issue.

Screenshots

APITestScreenshot

TodoAppScreenshot

LoginPageScreenshot

Notes

(as of Jan 7, 2014)

Be wary, this repo has been quickly hacked together as a Sails.js/AngularJS learning project. Do not consider it as production-ready code.

REST API example page (see assets/linker/js/controllers/restCtrl.js)

This API test page was primarily made to exercise the error handling of REST calls between HTTP and Socket modes (404, 403, 500 errors). I am currently seeing some odd behavior when throwing 500 application errors, and when 403 forbidden errors are triggered from policy configurations. The results are not consistent between modes. More research is needed.

Todo List app demo (see assets/linker/js/controllers/todoCtrl.js)

This demo was written to explore how the socket.io connection, comet messages, and auto-subscriptions work in Sails. The AngularJS TodoMVC examples were used a bit for reference. The Sails socket.io code, which is provided during creation of a new Sails project, was refactored into an Angular service (see assets/linker/js/angular-sails.io.js). It contains custom retry logic that first sends a $http.get() request to the server for obtaining the security token cookie, otherwise you may encounter the 500 error: "handshake error" when restarting your local server (See bottom of: FAQ).

If you stop the server or cause a network disconnect when on the example pages, you should see some alert modals pop up. These are managed by SailsSocketCtrl (see assets/linker/js/controllers/sailsSocketCtrl.js) for reuse across examples.

Passport Integration

Credit goes to this gist and its many forks.

You can log in using the dummy user/pass: test/test123.

Here are the files that were touched:

api/controllers/PassportAuthController.js
api/models/User.js
api/policies/isPassportAuthenticated.js
config/bootstrap.js
config/express.js
config/policies.js
config/routes.js
views/passportauth/login.jade
views/passportauth/protected.jade

Grunt changes

The Sails.js asset grunt tasks have been reconfigured to allow Twitter Bootstrap and Font Awesome custom compiles (see /assets/linker/styles/*.less). The grunt copy task has also been reconfigured to include other Bower-managed client-side libraries.

You may also like...

sailsCasts : A great series of screencasts showing you how to use Sails.js.

The levid/angular-sails-socketio-mongo-demo repo may also be of interest for Sails v0.8 users.

Utilizes...

Installation

Ensure that sails and bower are installed:

sudo npm -g install sails bower

Clone this repo:

git clone https://github.com/cgmartin/sailsjs-angularjs-bootstrap-example.git

Run npm and bower to install all dependencies:

cd sailsjs-angularjs-bootstrap-example
npm install ; bower install

Lift the server:

sails lift

And then visit (http://localhost:1337/) to run the examples.

License

MIT License Copyright © 2014 Christopher Martin

sailsjs-angularjs-bootstrap-example's People

Contributors

cgmartin avatar nmcclay avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.