videodromm / videodromm-web

node.js web server with Express
GNU Affero General Public License v3.0
1 stars 0 forks source link

receive textures from c++ app #2

Open brucelane opened 7 years ago

brucelane commented 7 years ago

use case: a user running the Cinder app adds a texture (jpg/png) in the ui it's transferred to the netdromm nodejs server which stores it on the server in a folder called "assets/img" videodromm-web will then watch this folder and display the library of textures

PixelsCommander commented 7 years ago

@brucelane Could you put a step by step guide on setting it up to README.md?

brucelane commented 7 years ago

done, although not tested on each platform