Download sails Free Java Code

Description

Realtime MVC Framework for Node.js.

Source Files

The download file sails-master.zip has the following entries.


.gitignore//from   www . j  av  a 2  s. c om
.jshintrc
.npmignore
.travis.yml
CHANGELOG.md
CONTRIBUTING.md
CONTRIBUTORS
LICENSE.md
README.md
bin/boilerplates/.gitkeep
bin/boilerplates/Gruntfile.js
bin/boilerplates/api/adapters/.gitkeep
bin/boilerplates/api/controllers/.gitkeep
bin/boilerplates/api/models/.gitkeep
bin/boilerplates/api/policies/isAuthenticated.js
bin/boilerplates/api/services/.gitkeep
bin/boilerplates/app.js
bin/boilerplates/assets/favicon.ico
bin/boilerplates/assets/images/.gitkeep
bin/boilerplates/assets/js/.gitkeep
bin/boilerplates/assets/js/app.js
bin/boilerplates/assets/js/sails.io.js
bin/boilerplates/assets/js/socket.io.js
bin/boilerplates/assets/robots.txt
bin/boilerplates/assets/styles/.gitkeep
bin/boilerplates/config/400.js
bin/boilerplates/config/403.js
bin/boilerplates/config/404.js
bin/boilerplates/config/500.js
bin/boilerplates/config/adapters.js
bin/boilerplates/config/bootstrap.js
bin/boilerplates/config/controllers.js
bin/boilerplates/config/cors.js
bin/boilerplates/config/csrf.js
bin/boilerplates/config/i18n.js
bin/boilerplates/config/local.js
bin/boilerplates/config/locales/_README.md
bin/boilerplates/config/locales/de.json
bin/boilerplates/config/locales/en.json
bin/boilerplates/config/locales/es.json
bin/boilerplates/config/locales/fr.json
bin/boilerplates/config/log.js
bin/boilerplates/config/policies.js
bin/boilerplates/config/routes.js
bin/boilerplates/config/session.js
bin/boilerplates/config/sockets.js
bin/boilerplates/config/views.js
bin/boilerplates/gitignore
bin/boilerplates/layout.css
bin/boilerplates/linkerAssets/favicon.ico
bin/boilerplates/linkerAssets/images/.gitkeep
bin/boilerplates/linkerAssets/linker/js/.gitkeep
bin/boilerplates/linkerAssets/linker/js/app.js
bin/boilerplates/linkerAssets/linker/js/sails.io.js
bin/boilerplates/linkerAssets/linker/js/socket.io.js
bin/boilerplates/linkerAssets/linker/styles/.gitkeep
bin/boilerplates/linkerAssets/linker/templates/.gitkeep
bin/boilerplates/linkerAssets/robots.txt
bin/boilerplates/linkerLayouts/ejs/layout.ejs
bin/boilerplates/linkerLayouts/hbs/layout.hbs
bin/boilerplates/linkerLayouts/jade/layout.jade
bin/boilerplates/templates/action.ejs
bin/boilerplates/templates/adapter.ejs
bin/boilerplates/templates/attribute.ejs
bin/boilerplates/templates/controller.ejs
bin/boilerplates/templates/federatedAction.ejs
bin/boilerplates/templates/model.ejs
bin/boilerplates/templates/view.ejs
bin/boilerplates/views/ejs/403.ejs
bin/boilerplates/views/ejs/404.ejs
bin/boilerplates/views/ejs/500.ejs
bin/boilerplates/views/ejs/home/index.ejs
bin/boilerplates/views/ejs/layout.ejs
bin/boilerplates/views/hbs/404.hbs
bin/boilerplates/views/hbs/500.hbs
bin/boilerplates/views/hbs/home/index.hbs
bin/boilerplates/views/hbs/layout.hbs
bin/boilerplates/views/jade/403.jade
bin/boilerplates/views/jade/404.jade
bin/boilerplates/views/jade/500.jade
bin/boilerplates/views/jade/home/index.jade
bin/boilerplates/views/jade/layout.jade
bin/generate.js
bin/lift.js
bin/new.js
bin/sails.js
bin/turtleship.js
bin/utils.js
lib/app/bootstrap.js
lib/app/exposeGlobals.js
lib/app/index.js
lib/app/load.js
lib/app/teardown.js
lib/configuration/consolidate.js
lib/configuration/defaults.js
lib/configuration/index.js
lib/configuration/load.js
lib/configuration/package.js
lib/configuration/validate.js
lib/errors/fatal.js
lib/express/bodyParserRetry.js
lib/express/extractRouteOpts.js
lib/express/index.js
lib/express/start.js
lib/express/view.js
lib/grunt/index.js
lib/hooks/README.md
lib/hooks/controllers/controller.create.js
lib/hooks/controllers/controller.destroy.js
lib/hooks/controllers/controller.find.js
lib/hooks/controllers/controller.update.js
lib/hooks/controllers/helpers/id.js
lib/hooks/controllers/index.js
lib/hooks/controllers/legacyBlueprints/grunt.js
lib/hooks/cors/index.js
lib/hooks/csrf/index.js
lib/hooks/http/index.js
lib/hooks/i18n/index.js
lib/hooks/index.js
lib/hooks/orm/index.js
lib/hooks/orm/loadUserModules.js
lib/hooks/policies/index.js
lib/hooks/pubsub/index.js
lib/hooks/request/index.js
lib/hooks/sockets/authorization.js
lib/hooks/sockets/configure.js
lib/hooks/sockets/connection.js
lib/hooks/sockets/index.js
lib/hooks/sockets/interpreter/ResStream.js
lib/hooks/sockets/interpreter/getVerb.js
lib/hooks/sockets/interpreter/interpret.js
lib/hooks/sockets/test/route.test.js
lib/hooks/views/index.js
lib/index.js
lib/logger.js
lib/middleware/index.js
lib/moduleloader/buildDictionary.js
lib/moduleloader/errors.js
lib/moduleloader/index.js
lib/router/bind.js
lib/router/index.js
lib/sails.js
lib/session/index.js
lib/util/index.js
package.json
test/README.md
test/cli/integration/generate.test.js
test/cli/integration/lift.test.js
test/cli/integration/new.test.js
test/config/integration/fixtures/config/adapters.js
test/config/integration/fixtures/config/application.js
test/config/integration/fixtures/config/bootstrap.js
test/config/integration/fixtures/config/controllers.js
test/config/integration/fixtures/config/local.ex.js
test/config/integration/fixtures/config/local.js
test/config/integration/fixtures/config/locales/en.json
test/config/integration/fixtures/config/log.js
test/config/integration/fixtures/config/policies.js
test/config/integration/fixtures/config/routes.js
test/config/integration/fixtures/config/session.js
test/config/integration/fixtures/config/sockets.js
test/config/integration/fixtures/config/views.js
test/config/integration/helpers/appHelper.js
test/config/integration/load.test.js
test/mocha.opts
test/router/integration/fixtures/api/controllers/EmptyController.js
test/router/integration/fixtures/api/controllers/TestController.js
test/router/integration/fixtures/api/controllers/ViewTestController.js
test/router/integration/fixtures/api/models/Empty.js
test/router/integration/fixtures/api/policies/error_policy.js
test/router/integration/fixtures/api/policies/fake_auth.js
test/router/integration/fixtures/views/viewTest/create.ejs
test/router/integration/fixtures/views/viewTest/index.ejs
test/router/integration/helpers/appHelper.js
test/router/integration/helpers/httpHelper.js
test/router/integration/policies.test.js
test/router/integration/router.APIScaffold.test.js
test/router/integration/router.defaultController.test.js
test/router/integration/router.specifiedRoutes.test.js
test/router/integration/router.viewRendering.test.js
test/router/unit/helpers/sailsHelper.js
test/router/unit/routes.test.js

Download

Click the following link to download sails-master.zip.

sails-master.zip




















Home »
  Javascript Free Code Download »
    Node.JS »




Node.JS
Node.JS API
Node.JS Canvas
Node.JS Chat
Node.JS Client
Node.JS CSS
Node.JS Database
Node.JS Framework
Node.JS Game
Node.JS html5
Node.JS JSON
Node.JS Library
Node.JS Log
Node.JS Module
Node.JS MVC
Node.JS SDK
Node.JS Server
Node.JS Socket
Node.JS URL
Node.JS Web Application