june-webserver
Advanced tools
Comparing version 2.1.0 to 2.1.1
{ | ||
"name": "june-webserver", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"author": "Eduardo Ruiz <eruiz@dataclick.es> (https://www.dataclick.es)", | ||
@@ -5,0 +5,0 @@ "description": "JuNe WebServer ultra-lightweight HTTP or HTTPS server to run HTML projects and for development with HMR", |
<p align="center"> | ||
<img src="logo.png" title="JuNe WebServer" width="314" height="170" /> | ||
<img src="logo.png" title="JuNe WebServer" width="314" height="170"> | ||
</p> | ||
@@ -20,5 +20,5 @@ | ||
![7 Kb](https://img.shields.io/github/size/EduardoRuizM/june-webserver/webserver.js) | ||
![7 Kb](https://img.shields.io/github/size/EduardoRuizM/june-webserver/webserver.js) ![NPM Downloads](https://img.shields.io/npm/dt/june-webserver) | ||
### 👉 JuNe Server was developed initially for JavaScript Framework [JuNe PaulaJS](https://paulajs.com "JuNe PaulaJS") - [:fa-github: GitHub](https://github.com/EduardoRuizM/june-paulajs "GitHub") | ||
### 👉 JuNe Server was developed initially for JavaScript Framework [JuNe PaulaJS](https://github.com/EduardoRuizM/june-paulajs "JuNe PaulaJS") | ||
@@ -28,3 +28,3 @@ # Author | ||
# [JuNe](https://just-needed.com "JuNe") / JUst NEeded Philosophy | ||
# JuNe / JUst NEeded Philosophy | ||
1. **Source code using less code as possible** | ||
@@ -51,3 +51,3 @@ So you can understand code and find bugs easier. | ||
You can also download compiled binaries: | ||
[🐧Linux](https://just-needed.com/file/june-webserver-linux.zip "Linux") (19 Mb), [🪟 Windows](https://just-needed.com/file/june-webserver-win.zip "Windows") (16 Mb) or [🍎MacOS](https://just-needed.com/file/june-webserver-macos.zip "MacOS") (19 Mb). | ||
[🐧Linux](https://drive.google.com/file/d/1trMw2La5ctz45J8D1q9zw7ficMR4gFGs/view?usp=sharing "Linux") (20 Mb), [🪟 Windows](https://drive.google.com/file/d/1JBNyxFWd30J9pFb5wPX-dfh99A3KKUUu/view?usp=sharing "Windows") (17 Mb) or [🍎MacOS](https://drive.google.com/file/d/19kUNRZ6_1Cs-M5Nx0FldoJ6qKrDKNgBQ/view?usp=sharing "MacOS") (20 Mb). | ||
@@ -121,3 +121,3 @@ # Parameters | ||
``` | ||
2) Generate certificates to use on your HTTP server `localhost.crt` and `localhost.key` | ||
2) Generate certificates (for 10 years) to use on your HTTP server `localhost.crt` and `localhost.key` | ||
``` | ||
@@ -140,3 +140,3 @@ openssl genrsa -out CA.key -des3 2048 | ||
### Frontend | ||
- [JuNe PaulaJS](https://paulajs.com "JuNe PaulaJS") Powerful JavaScript framework - [:fa-github: GitHub](https://github.com/EduardoRuizM/june-paulajs "GitHub") | ||
- [JuNe PaulaJS](https://github.com/EduardoRuizM/june-paulajs "JuNe PaulaJS") Powerful JavaScript framework | ||
- [JuNe CSS](https://github.com/EduardoRuizM/june-css "JuNe CSS") Full responsive CSS library with icons. |
#!/usr/bin/env node | ||
// | ||
// =============== JuNe WebServer 2.1.0 =============== | ||
// =============== JuNe WebServer 2.1.1 =============== | ||
// | ||
@@ -6,0 +6,0 @@ // Copyright (c) 2024 Eduardo Ruiz <eruiz@dataclick.es> |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
28666