From 91abca734935a64c2ef64ad88e38204fa359d57e Mon Sep 17 00:00:00 2001 From: Dorian Niemiec Date: Sat, 27 Apr 2024 14:03:01 +0200 Subject: [PATCH] Update SVR.JS to 3.14.14 --- source/changelog.md | 5 +++++ source/index.md | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/source/changelog.md b/source/changelog.md index 3b1a6c1..4880242 100644 --- a/source/changelog.md +++ b/source/changelog.md @@ -4,6 +4,11 @@ excerpt: Learn more about changes introduced in various SVR.JS versions. date: 2023-12-21 17:10:14 --- +## SVR.JS 3.14.14 + +* _console.log_ and _stdout_ are now disabled, when _stdout_ is not a TTY (for example in situation when SVR.JS is running as a daemon), in order to improve performance. +* Errors that occurred, while adding SNI context to a server are now ignored. + ## SVR.JS 3.14.13 * Optimized code. diff --git a/source/index.md b/source/index.md index 00edf95..ff370ff 100644 --- a/source/index.md +++ b/source/index.md @@ -3,7 +3,7 @@ title: Main page date: 2024-01-21 19:41:01 layout: index-page sitemap: false -svrjsversion: 3.14.13 +svrjsversion: 3.14.14 ---
@@ -13,7 +13,7 @@ svrjsversion: 3.14.13

Host a webpage, run server-side JavaScript, use mods to expand server functionality, or use it as a forward or reverse proxy — all in SVR.JS! SVR.JS is a web server that runs on top of Node.JS, thus enabling server-side JavaScript on webpages. SVR.JS also has an integrated log viewer, log highlighter, and user management tool. SVR.JS can run not only on Node.JS but also in Bun (experimental support).