https://github.com/peter-mount/node-server
NodeJS webserver supporting http, https & h2 connections
https://github.com/peter-mount/node-server
Last synced: 5 months ago
JSON representation
NodeJS webserver supporting http, https & h2 connections
- Host: GitHub
- URL: https://github.com/peter-mount/node-server
- Owner: peter-mount
- License: apache-2.0
- Created: 2017-08-25T18:26:02.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2020-03-03T16:16:36.000Z (over 6 years ago)
- Last Synced: 2024-12-06T21:38:31.663Z (over 1 year ago)
- Language: JavaScript
- Size: 85.9 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
This project is now deprecated
# node-server
NodeJS webserver supporting http, https & h2 connections
The full documentation is in the Wiki https://github.com/peter-mount/node-server/wiki
## Build status
| Docker Image | Tag | Status | Description |
| ----- | :-: | ------ | ----------- |
| | | [](http://jenkins.area51.onl/job/Public/job/node-server/) | Checks the build has no errors & builds.
| area51/node-server | latest | [](http://jenkins.area51.onl/job/Public/job/node-server-amd64/) | Docker image for amd64 / intel
| area51/arm64v8-node-server | latest | [](http://jenkins.area51.onl/job/Public/job/node-server-arm64v8/) | Docker image for arm64v8
| area51/rpi-node-server | latest | [](http://jenkins.area51.onl/job/Public/job/node-server-rpi/) | Docker image for the Raspberry Pi
## Note
This is a work in progress but it's targetted at running within a Docker container and for use by our various API's, although it can handle web content as well.