sirko-io / engine

Benefit from new browsers' technologies to speed up your site
GNU General Public License v3.0
43 stars 3 forks source link

Store assets given by the client and return them along with the predicted page #22

Closed dnesteryuk closed 6 years ago

dnesteryuk commented 7 years ago

The client will send a list of assets for each being tracked page. That list of assets should be stored per page node. Once the prediction is made, the engine should return a list of assets of the predicted page along with the path.

dnesteryuk commented 6 years ago

Implemented in the attached commit.