2.3.2 • Published 6 years ago

oncloud.web v2.3.2

Weekly downloads
2
License
MIT
Repository
-
Last release
6 years ago

Logo

oncloud.web

"version": "2.3.5"

NPM version Downloads Tests

NPM

Web server on the base of Node.js and express to read the files from oncloud DB

Tuning Web-Sockets

On some web-sockets clients there is performance problem with communication. Sometimes this problem is due to fallback of socket.io communication on long polling mechanism. You can set option Force Web-Sockets to force using only web-sockets transport.

Let's Encrypt Certificates

Read here

Extensions

Web driver supports extensions. The extension is URL handler, that will be called if such URL request appears. The extensions look like normal adapter, but they have no running process and will be called by web server.

E.g. the user can activate special proxy adapter and reach other devices (like web cams) in the same web server. It is required to let all services be available under one web server.

Brute-force protection

If authentication is enabled and the user enters 5 times invalid password during one minute, he must wait at least one minute till next attempt. After 15th wrong attempt the user must wait 1 hour.