now-go:轻松创建tinyurlredirection服务

时间:2024-05-20 00:37:54
【文件属性】:

文件名称:now-go:轻松创建tinyurlredirection服务

文件大小:92KB

文件格式:ZIP

更新时间:2024-05-20 00:37:54

service micro redirect tinyurl tinyurl-service

现在,走吧 轻松创建tinyurl /重定向服务。 现在走,让传说复活! 特征 轻量级tinyurl服务(约50 sloc)。 三种路线: URL :重定向到网址 TEXT :回显字符串 FUNCTION :接受req参数,返回URL / TEXT路由 使用一个命令部署到now.sh。 快速开始 cli npm i -g now-go now-go -c path/to/config.json 以编程方式 const go = require ( 'now-go' ) const config = require ( './path/to/config.json' ) // routes config go ( config ) // Start server on port 3000 创建http处理程序 const http = require ( 'http' )


【文件预览】:
now-go-master
----.gitignore(43B)
----package.json(546B)
----package-lock.json(172KB)
----bin()
--------now-go(1KB)
----.travis.yml(52B)
----LICENSE(1KB)
----index.js(2KB)
----now.json(185B)
----README.md(2KB)
----example()
--------index.js(458B)
----.circleci()
--------config.yml(549B)
----.npmignore(55B)
----ocelot.jpg(44KB)
----test()
--------handler.spec.js(645B)
--------server.js(194B)

网友评论