Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 340 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 340 Bytes

Node.js webServer

This is a webserver written in JavaScript.

It uses the library called mmmagic in combination with nan for detecting the mime type from any file based on the contents. Install them by typing:

npm install mmmagic

and:

npm install nan