Security News
cURL Project and Go Security Teams Reject CVSS as Broken
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Running static file server anywhere. 随时随地将你的当前目录变成一个静态文件服务器的根目录。
npm install danywhere -g
$ danywhere
// or with port
$ danywhere -p 8000
// or start it but silent(don't open browser)
$ danywhere -s
// or with hostname
$ danywhere -h localhost -p 8888
// or with folder
$ danywhere -d ~/git/danywhere
$ danywhere --help
Usage:
danywhere --help // print help information
danywhere // 8000 as default port, current folder as root
danywhere 8888 // 8888 as port
danywhere -p 8989 // 8989 as port
danywhere -s // don't open browser
danywhere -h localhost // localhost as hostname
danywhere -d /home // /home as root
http://localhost:8000
执行命令后,默认浏览器将为您自动打开主页。
The MIT license.
FAQs
Run static file server anywhere
We found that danywhere demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
Security News
Biden's executive order pushes for AI-driven cybersecurity, software supply chain transparency, and stronger protections for federal and open source systems.