An open API service indexing awesome lists of open source software.

https://github.com/server-state/simple-server

Providing a template for a full server-state setup including authentication, server-base, client-base and a few modules
https://github.com/server-state/simple-server

nodejs server server-base server-state setup simple simple-server template

Last synced: 4 days ago
JSON representation

Providing a template for a full server-state setup including authentication, server-base, client-base and a few modules

Awesome Lists containing this project

README

          

# simple-server
Providing a template for a full server-state setup including authentication, server-base, client-base and a few modules.

### Notes
Remove the snake-oil certificate from the directory and use your own for a production environment! \
If you testing your setup, import the given certificate [cert.pem](cert.pem) in your preferred test utility (browser, http pickers, etc.) or add an exception for this specific site [`https://localhost:4434`](https://localhost:4434/api/v1/all).

Key and certificate generated with: \
`openssl req -config openssl.cnf -new -x509 -sha256 -newkey rsa:2048 -nodes -keyout key.pem -days 365 -out cert.pem`