node10-express-template

Node.js 10 Express Template for OpenFaaS (by openfaas-incubator)

Node10-express-template Alternatives

Similar projects and alternatives to node10-express-template

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better node10-express-template alternative or higher similarity.

node10-express-template reviews and mentions

Posts with mentions or reviews of node10-express-template. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-11-10.
  • Developing a NextJS app on OpenFaaS
    5 projects | dev.to | 10 Nov 2021
    # This template was adapted from the original node-express template # https://github.com/openfaas-incubator/node10-express-template FROM openfaas/of-watchdog:0.8.2 as watchdog FROM node:14-alpine as ship COPY --from=watchdog /fwatchdog /usr/bin/fwatchdog RUN chmod +x /usr/bin/fwatchdog RUN addgroup -S app && adduser -S -g app app ENV NPM_CONFIG_LOGLEVEL warn RUN mkdir -p /home/app WORKDIR /home/app RUN yarn COPY . /home/app/ # Build the server # remove the dev dependencies RUN yarn && yarn build \ && npm prune --production RUN chown -R app:app /home/app && chmod 777 /tmp USER app ENV cgi_headers="true" ENV fprocess="yarn start" ENV mode="http" ENV upstream_url="http://127.0.0.1:3000" ENV exec_timeout="10s" ENV write_timeout="15s" ENV read_timeout="15s" EXPOSE 8080 HEALTHCHECK --interval=3s CMD [ -e /tmp/.lock ] || exit 1 CMD ["fwatchdog"]

Stats

Basic node10-express-template repo stats
1
25
10.0
over 4 years ago

openfaas-incubator/node10-express-template is an open source project licensed under MIT License which is an OSI approved license.

The primary programming language of node10-express-template is JavaScript.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com