musiqpad / mqp-server

NodeJS server base for hosting an individual pad
MIT License
30 stars 18 forks source link

[Feature] Content cache for video/song data #43

Open foodbandlt opened 8 years ago

foodbandlt commented 8 years ago

This will dramatically speed up playlist getting and allow for support for other services more easily.

explodingcamera commented 8 years ago

We could use https://www.npmjs.com/package/cached-request

foodbandlt commented 8 years ago

This is more for song detail editing than just caching the request. The content cache is just a stepping stone to that.