AcraServer:expressjs 的 ACRA 服务器

时间:2024-07-08 04:25:04
【文件属性】:

文件名称:AcraServer:expressjs 的 ACRA 服务器

文件大小:7KB

文件格式:ZIP

更新时间:2024-07-08 04:25:04

JavaScript

ACRA 服务器 关于 에서 제공해 주는 图书馆에서 쏴주는(POST) 에러로그를 받아줄 서버. node.js express로 간단히 만듬。 如何使用 安装库 $ npm 安装 编辑数据库配置 $ mv libs/db.json.temp libs/db.json $ vi 库/db.json // db.json { "host": "127.0.0.1", "port": "3306", "user": "user", "password": "user_password", "database": "db_name" } 跑步 $ bin/www 数据库方案 Maria DB를 사용함。 CREATE TABLE `reports` ( `idx` bigint(20) unsigned NOT NULL AUTO_INCRE


【文件预览】:
AcraServer-master
----.gitignore(971B)
----app.js(2KB)
----package.json(320B)
----bin()
--------www(260B)
----public()
--------stylesheets()
----views()
--------error.jade(84B)
--------index.jade(66B)
--------layout.jade(124B)
----libs()
--------db.json.temp(130B)
--------db_pool.js(1019B)
----README.md(1KB)
----routes()
--------index.js(199B)
--------users.js(197B)
--------report.js(2KB)

网友评论