{"id":18679843,"url":"https://github.com/bsctl/nodejs-web-app","last_synced_at":"2025-07-11T01:09:58.562Z","repository":{"id":148233922,"uuid":"81066493","full_name":"bsctl/nodejs-web-app","owner":"bsctl","description":"A simple demo web server written in nodejs.","archived":false,"fork":false,"pushed_at":"2020-01-23T23:10:19.000Z","size":31,"stargazers_count":1,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-12T03:14:43.794Z","etag":null,"topics":["docker","nodejs","openshift","tutorial"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bsctl.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-02-06T08:46:41.000Z","updated_at":"2020-01-23T23:10:21.000Z","dependencies_parsed_at":"2023-05-19T12:15:50.433Z","dependency_job_id":null,"html_url":"https://github.com/bsctl/nodejs-web-app","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bsctl/nodejs-web-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bsctl%2Fnodejs-web-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bsctl%2Fnodejs-web-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bsctl%2Fnodejs-web-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bsctl%2Fnodejs-web-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bsctl","download_url":"https://codeload.github.com/bsctl/nodejs-web-app/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bsctl%2Fnodejs-web-app/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264703212,"owners_count":23651920,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","nodejs","openshift","tutorial"],"created_at":"2024-11-07T09:46:02.460Z","updated_at":"2025-07-11T01:09:58.545Z","avatar_url":"https://github.com/bsctl.png","language":"JavaScript","readme":"# A simple web server\nA simple web server in nodejs. It is intended for demo only, no production. A Dockerfile is provided in the reposistory to build a docker image and run the application as linux container.\n\nOn CentOS linux, install and start Docker\n\n    [root@centos ~]# yum install -y docker\n    [root@centos ~]# systemctl start docker\n\nInstall git and clone the reposistory\n\n    [root@centos]# yum install -y git\n    [root@centos]# git clone https://github.com/bsctl/nodejs-web-app\n    [root@centos]# cd nodejs-web-app\n\nBuild a Docker image\n\n    [root@centos nodejs-web-app]# docker build -t nodejs-web-app .\n    [root@centos nodejs-web-app]# docker images\n    REPOSITORY            TAG                 IMAGE ID            CREATED             SIZE\n    nodejs-web-app        latest              e6e0578f5f2d        2 minutes ago       659.6 MB\n\nStart the container by setting the desired answer message in the MESSAGE env variable\n\n    [root@centos]# docker run --name=web -p 80:8080 -d -e MESSAGE=\"Thanks for all the fish ...\" nodejs-web-app\n    [root@centos]# curl localhost:80\n    Thanks for all the fish ...\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbsctl%2Fnodejs-web-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbsctl%2Fnodejs-web-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbsctl%2Fnodejs-web-app/lists"}