Gathering detailed insights and metrics for ioserver-http
Gathering detailed insights and metrics for ioserver-http
Gathering detailed insights and metrics for ioserver-http
Gathering detailed insights and metrics for ioserver-http
npm install ioserver-http
Typescript
Module System
Node Version
NPM Version
CoffeeScript (70.51%)
JavaScript (27.95%)
HTML (1.54%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
Apache-2.0 License
8 Commits
2 Watchers
10 Branches
1 Contributors
Updated on Feb 19, 2023
Latest Version
1.0.1
Package Id
ioserver-http@1.0.1
Unpacked Size
26.78 kB
Size
8.60 kB
File Count
5
NPM Version
6.14.8
Node Version
14.15.0
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
5
Simple HTTP(S) server for usage with IOServer.
This will launch a server on port specified (default: 8080) and will listen for all GET requests. This is particulary useful with static content. For dynamic support like PHP and more advanced usage (POST/PUT/etc...) please have a look at Express and/or specific web server like Nginx.
Install with npm:
1 npm install ioserver-http
Require the module:
1 IOServerHTTP = require 'ioserver-http'
Instanciate object:
1 server = new IOServerHTTP 2 share: '/var/www/html'
Start the server...
1 server.app.listen('127.0.0.1', 8000)
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
project is archived
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
Found 0/4 approved changesets -- score normalized to 0
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
42 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-06-30
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More