Skip to content

peaMS/nodejs-download-upload-server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nodejs-download-upload-server

Node.JS simple server to upload and download files

Pre-requisit

Nothing No NPM Module dependency, as it is written using pure Node.JS API. Only nodejs should be installed.

How to get the project

Just download zip folder or clone the repo using git command on your system.

Start server with default port 3000

node server.js

Start server with specific port 4200

node server.js 4200

Open in browser, show download/upload UI

e.g http://localhost:3000

About

Node.JS simple server to upload and download files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 63.0%
  • JavaScript 37.0%