/node-basics

Learning Node.js

Primary LanguageJavaScript

Node Beginner

Created a basic Node server to handle image uploads based on the nodebeginner.org tutorial.

Running the application

 $ npm install formidable@latest
 $ node index.js