SEAN.JS is a Full-Stack Javascript for an easy starting point with SequilizeJS, ExpressJS, AngularJS and NodeJS based applications. It is designed to give you a quick and organized way to start developing SEAN based web apps.
- RedisStore: Redis session store backed by node_redis, and is insanely fast!
- ACL: An Access Control List module, based on Redis with Express middleware support
- Async: Higher-order functions and common patterns for asynchronous code
- Passport: Simple, unobtrusive authentication for Node.js (Facebook, Twitter, LinkedIn, Google and PayPal)
- Socket.io: Node.js realtime framework server
- And many more...
Based on MEAN Stack
For more info, please visit http://seanjs.org/status
$ npm install -g yo
Note: Your user might not have the permissions to install package globally, so use a super user or sudo.
Once you have yo installed, you will need to install the SEAN.JS Stack generator as well:
$ npm install -g generator-seanjs
$ yo seanjs
You are now ready to get started with the SEAN.JS generator. The generator will help you create a SEAN application.
SOON...
Inspired by the great work of the MEANJS team and indirectly by Madhusudhan Srinivasa The MEAN name was coined by Valeri Karpov
The SEAN.JS (SEANJS) name is coined by Omar Massad
(The MIT License)
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.