1.5.1 • Published 1 year ago

@dt-esa/secure-webserver v1.5.1

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

Secure Webserver

This package contains a secure webserver scaffold that is used in our solutions. If you've found your way here and don't know what this is for, you can safely ignore this package.

Example usage:

import { SecureServer } from "./src";

const server = new SecureServer({
    port: 443,
    sessionSecret: "cat on keyboard makes it really secret",
    title: "My Test App",
    description: "Ice is a rock, Water isn't wet, and liquid water is lava."
});

const app = server.getApp();
app.use((req, res, next) => {
    req.secure;
});

server.start();
1.5.1

1 year ago

1.5.0

2 years ago

1.4.9

2 years ago

1.4.11

2 years ago

1.4.8

2 years ago

1.4.10

2 years ago

1.4.7

2 years ago

1.4.6

2 years ago

1.4.5

2 years ago

1.4.4

2 years ago

1.4.3

2 years ago

1.4.1

2 years ago

1.4.0

2 years ago

1.3.8

2 years ago

1.3.7

2 years ago

1.3.6

2 years ago

1.3.5

2 years ago

1.3.3

2 years ago

1.3.2

2 years ago

1.3.1

2 years ago

1.3.0

2 years ago

1.2.8

2 years ago

1.2.7

2 years ago

1.2.6

2 years ago

1.2.5

2 years ago

1.2.4

2 years ago

1.2.3

2 years ago

1.2.2

2 years ago

1.2.1

2 years ago

1.2.0

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago