Node.js服务器端框架Hapi.js.zip

时间:2022-08-06 17:31:06
【文件属性】:

文件名称:Node.js服务器端框架Hapi.js.zip

文件大小:381KB

文件格式:JS

更新时间:2022-08-06 17:31:06

开源项目

Hapi.js 是一个用来构建基于 Node.js 的应用和服务的富框架,使得开发者把重点放在便携可重用的应用逻辑而不是构建架构。内建输入验证、缓存、认证和其他 Web 应用开发常用的功能。示例代码:var Hapi = require('hapi'); // Create a server with a host and port var server = new Hapi.Server('localhost', 8000); // Add the route server.route({     method: 'GET',     path: '/hello',     handler: function (request, reply) {         reply('hello world');     } }); // Start the server server.start(); 标签:Hapijs  Web框架


【文件预览】:
hapi-master
----.travis.yml(147B)
----SPONSORS.md(1KB)
----SUPPORT.md(3KB)
----package.json(1KB)
----.github()
--------ISSUE_TEMPLATE.md(2KB)
--------CONTRIBUTING.md(1KB)
----test()
--------core.js(77KB)
--------auth.js(70KB)
--------index.js(530B)
--------headers.js(23KB)
--------templates()
--------server.js(85KB)
--------state.js(9KB)
--------validation.js(56KB)
--------security.js(3KB)
--------route.js(26KB)
--------toolkit.js(21KB)
--------file()
--------.hidden(7B)
--------payload.js(23KB)
--------methods.js(20KB)
--------request.js(60KB)
--------cors.js(28KB)
--------transmit.js(77KB)
--------response.js(46KB)
--------handler.js(18KB)
----.npmignore(22B)
----LICENSE.md(2KB)
----.gitignore(108B)
----CHANGELOG.md(354B)
----lib()
--------core.js(20KB)
--------auth.js(16KB)
--------config.js(13KB)
--------index.js(128B)
--------headers.js(5KB)
--------server.js(17KB)
--------ext.js(2KB)
--------streams.js(637B)
--------validation.js(5KB)
--------security.js(2KB)
--------route.js(15KB)
--------toolkit.js(6KB)
--------compression.js(3KB)
--------methods.js(3KB)
--------request.js(18KB)
--------cors.js(5KB)
--------transmit.js(9KB)
--------response.js(18KB)
--------handler.js(4KB)
----.npmrc(12B)
----README.md(2KB)
----API.md(198KB)

网友评论