All Projects → brandiqa → sp-sails-chat

brandiqa / sp-sails-chat

Licence: other
Sails.js Chat Project tutorial for Sitepoint

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to sp-sails-chat

express-mvc
A light-weight mvc pattern for express framework with minimum dependencies
Stars: ✭ 23 (+15%)
Mutual labels:  sailsjs
angular2-sails
An angular module for using the sails socket.io api in angular2 (@angular)
Stars: ✭ 37 (+85%)
Mutual labels:  sailsjs
sails-hook-multitenant
A multitenant Sails.js 1.X hook for Waterline ORM.
Stars: ✭ 15 (-25%)
Mutual labels:  sailsjs
sails-jwt-login
How to implement login with JWT (JSON Web Tokens) in Sails 1.0
Stars: ✭ 18 (-10%)
Mutual labels:  sailsjs
sails-inverse-model
Generate views, models and controllers for SailsJS from MySQL, PostgreSQL and MongoDB
Stars: ✭ 51 (+155%)
Mutual labels:  sailsjs
sails-hook-swagger-generator
A tool to help generate Swagger specification documentation based on OAS 3.0 for Sails APIs
Stars: ✭ 71 (+255%)
Mutual labels:  sailsjs
sails-token-auth-setup
Token based authentication installation guide
Stars: ✭ 24 (+20%)
Mutual labels:  sailsjs
Awesome Cheatsheets
👩‍💻👨‍💻 Awesome cheatsheets for popular programming languages, frameworks and development tools. They include everything you should know in one single file.
Stars: ✭ 26,007 (+129935%)
Mutual labels:  sailsjs
douMiBlog-Sailsjs
豆米博客-Sailsjs版,个人博客系统,使用SailsJs,MongoDb,Bootstrap,marked,SASS,swig等
Stars: ✭ 22 (+10%)
Mutual labels:  sailsjs

Sitepoint Sails Chat Application

This is a tutorial project for Sitepoint showing you how to build a chat app using Sails.js. This project has been build using Sails.js framework for the API and Semantic-ui for the user interface.

Link to the tutorial will be provided later:

Installation

git clone [email protected]:brandiqa/sp-sails-chat.git

cd sp-sails-chat

npm install

sails lift

Open http://localhost:1337 on your browser

Configuration

The application has been configured to reset its local disk database everytime it starts. To persist the data, go to config/models.js and change the migrate setting to alter or safe.

Contributors

Michael Wanyoike - https://twitter.com/myxsys

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].