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
- Host: GitHub
- URL: https://github.com/server-state/simple-server
- Owner: server-state
- License: mit
- Created: 2019-10-14T11:32:26.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-27T10:57:03.000Z (over 3 years ago)
- Last Synced: 2025-08-13T18:35:25.929Z (11 months ago)
- Topics: nodejs, server, server-base, server-state, setup, simple, simple-server, template
- Language: JavaScript
- Size: 149 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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`