Download hapi Free Java Code

Description

Server Framework for Node.js.

Icons

hapi

Source Files

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


.gitattributes//  w ww  . j  a va 2  s  .c  om
.gitignore
.travis.yml
AUTHORS
CONTRIBUTING.md
LICENSE
Makefile
README.md
bin/hapi
docs/Plugins.md
docs/Reference.md
docs/Style.md
examples/auth.js
examples/cache.js
examples/composer.json
examples/cookie.js
examples/directory/index.html
examples/directory/server.js
examples/errors.js
examples/extensions.js
examples/favicon.ico
examples/favicon.js
examples/file/index.html
examples/file/server.js
examples/files.js
examples/helpers.js
examples/injection.js
examples/jsonp.js
examples/prerequisites.js
examples/proxy.js
examples/server.js
examples/socketio.js
examples/stream.js
examples/tails.js
examples/validation.js
examples/views/cms/_pages/.placeholder
examples/views/cms/_pages/Test
examples/views/cms/pages.js
examples/views/cms/server.js
examples/views/cms/views/create.html
examples/views/cms/views/edit.html
examples/views/cms/views/index.html
examples/views/cms/views/layout.html
examples/views/cms/views/page.html
examples/views/cms/views/partials/footer.html
examples/views/cms/views/partials/nav.html
examples/views/handlebars/basic.js
examples/views/handlebars/layout.js
examples/views/handlebars/partials.js
examples/views/handlebars/templates/basic/index.html
examples/views/handlebars/templates/layout.html
examples/views/handlebars/templates/withLayout/index.html
examples/views/handlebars/templates/withPartials/footer.html
examples/views/handlebars/templates/withPartials/header.html
examples/views/handlebars/templates/withPartials/index.html
examples/views/jade/index.js
examples/views/jade/templates/about.jade
examples/views/jade/templates/includes/foot.jade
examples/views/jade/templates/includes/head.jade
examples/views/jade/templates/index.jade
examples/views/jade/templates/layout.jade
examples/views/mixed/index.js
examples/views/mixed/templates/handlebars.html
examples/views/mixed/templates/index.jade
images/hapi.png
index.js
lib/auth/basic.js
lib/auth/bewit.js
lib/auth/cookie.js
lib/auth/hawk.js
lib/auth/index.js
lib/client.js
lib/composer.js
lib/defaults.js
lib/dtrace.js
lib/ext.js
lib/files.js
lib/index.js
lib/pack.js
lib/payload.js
lib/proxy.js
lib/request.js
lib/response/buffer.js
lib/response/cacheable.js
lib/response/cached.js
lib/response/closed.js
lib/response/directory.js
lib/response/empty.js
lib/response/error.js
lib/response/file.js
lib/response/generic.js
lib/response/headers.js
lib/response/index.js
lib/response/obj.js
lib/response/redirection.js
lib/response/stream.js
lib/response/text.js
lib/response/view.js
lib/route.js
lib/router.js
lib/schema.js
lib/server.js
lib/state.js
lib/utils.js
lib/validation.js
lib/views.js
package.json
perf/index.js
proposals/RFC.CacheMemorySize.md
proposals/RFC.DocGeneration.md
proposals/RFC.QueryConfig.md
proposals/RFC.QueryValidation.md
proposals/RFC.Throttling.md
proposals/Routing/RFC.RouteConfig.md
proposals/Routing/new_routes.js
proposals/Routing/routes.js
test/integration/.hidden
test/integration/auth.js
test/integration/cache.js
test/integration/clientTimeout.js
test/integration/composer.js
test/integration/directory/index.html
test/integration/directory/invalid/index.html/do-not-delete
test/integration/directory/subdir/subsubdir/placeholder
test/integration/directory/subdir/test.txt
test/integration/dtrace.js
test/integration/ext.js
test/integration/file/image.png
test/integration/file/image.png.gz
test/integration/file/note.txt
test/integration/gzip.js
test/integration/hapi.js
test/integration/helper.js
test/integration/notFound.js
test/integration/pack.js
test/integration/pack/--afterErr/index.js
test/integration/pack/--afterErr/package.json
test/integration/pack/--auth/index.js
test/integration/pack/--auth/package.json
test/integration/pack/--child-perm/lib/index.js
test/integration/pack/--child-perm/package.json
test/integration/pack/--child/lib/index.js
test/integration/pack/--child/package.json
test/integration/pack/--context/lib/index.js
test/integration/pack/--context/package.json
test/integration/pack/--deps1/index.js
test/integration/pack/--deps1/package.json
test/integration/pack/--deps2/index.js
test/integration/pack/--deps2/package.json
test/integration/pack/--deps3/index.js
test/integration/pack/--deps3/package.json
test/integration/pack/--loaded/lib/index.js
test/integration/pack/--loaded/package.json
test/integration/pack/--loader/lib/index.js
test/integration/pack/--loader/node_modules/--inner/lib/index.js
test/integration/pack/--loader/node_modules/--inner/package.json
test/integration/pack/--loader/package.json
test/integration/pack/--skip/lib/index.js
test/integration/pack/--skip/package.json
test/integration/pack/--test1/lib/index.js
test/integration/pack/--test1/package.json
test/integration/pack/--test2/lib/index.js
test/integration/pack/--test2/package.json
test/integration/pack/--views/lib/index.js
test/integration/pack/--views/package.json
test/integration/pack/--views/templates/test.html
test/integration/payload.js
test/integration/prerequisites.js
test/integration/proxy.js
test/integration/request.js
test/integration/response.js
test/integration/route.js
test/integration/router.js
test/integration/security.js
test/integration/server.js
test/integration/serverTimeout.js
test/integration/validation.js
test/unit/auth.js
test/unit/client.js
test/unit/ext.js
test/unit/payload.js
test/unit/request.js
test/unit/response/directory.js
test/unit/response/view.js
test/unit/route.js
test/unit/schema.js
test/unit/server.js
test/unit/state.js
test/unit/templates/invalid/badmustache.html
test/unit/templates/invalid/test.html
test/unit/templates/layout.html
test/unit/templates/valid/handler.html
test/unit/templates/valid/helpers/uppercase.js
test/unit/templates/valid/index.jade
test/unit/templates/valid/layout.jade
test/unit/templates/valid/partials/nav.html
test/unit/templates/valid/partials/nested/nav.html
test/unit/templates/valid/test.html
test/unit/templates/valid/test.jade
test/unit/templates/valid/testHelpers.html
test/unit/templates/valid/testMulti.jade
test/unit/templates/valid/testPartials.html
test/unit/utils.js
test/unit/validation.js
test/unit/views.js

Download

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

hapi-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