mayadata-io / mayadata-io/ci-e2e-dashboard-backend
Change node server to nginx
Open
@chandankumar4 is already working on this.
Since Jan 3, 2019.
enhancement
- Dominant language
- JavaScript
- Stars
- 2
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
Description
Currently we are using node server in production . This is not best practice we should use some production level server that is nginx
Context
The node server is there only for development purpose and not for production use . It can cause some issues on production.
- That is it can cannot handle multiple loads or user requests.
Possible Solution
Build backend image with nginx.
Screenshots
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.