jumbatm / cloud-path-tracer

A toy online path tracing service.
GNU General Public License v3.0
0 stars 1 forks source link

Add client -> server -> Azure Redis scene information transfer #12

Closed peter2380123 closed 5 years ago

peter2380123 commented 5 years ago

This allows clients to upload json file to server, which then gets transmitted to Azure Redis cache for short-term storage.

Closes #5.