Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 223 Bytes

readme.md

File metadata and controls

13 lines (11 loc) · 223 Bytes

Simple node.js asynchronous file uploader

Usage:

  • Clone repository
  • install following dependencies:
    • socket.io
    • express
    • node-uuid
    • formidable
  • create "files" directory
  • run app with node server.js
  • profit!