Sign inSign up

butter/node

By butter

Updated almost 9 years ago

Node.js is a JavaScript-based platform for server-side and networking applications.

Image
0

2.4K

butter/node repository overview

What is Node?

Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient. Node.js' package ecosystem, npm, is the largest ecosystem of open source libraries in the world.

logo

How to use this image

Create a Dockerfile in your Node.js app project

FROM butter/node
CMD [ "npm", "start" ]

or (if you need to a LTS (long term support) version):

FROM butter/node:boron
CMD [ "npm", "start" ]

License

View license information for Node.js.

Tag summary

Content type

Image

Digest

Size

256.7 MB

Last updated

almost 9 years ago

docker pull butter/node