alexzpopov / file-uploader

This is the NodeJS server for uploading the 3D models of eyeware to be used in the SpeculAR Unity application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Building an AJAX File Uploader with NodeJs

SpeculAR file uploader

Check out the full tutorial at coligo

Instructions

Install NodeJS https://nodejs.org/en/download/

The command to install the dependencies via NPM:

npm install express formidable --save

cd file-uploader

To Run server: node app.js

About

This is the NodeJS server for uploading the 3D models of eyeware to be used in the SpeculAR Unity application

License:MIT License


Languages

Language:JavaScript 64.9%Language:HTML 25.1%Language:CSS 9.9%