CovetFS - The Node.js File Vault

Hi! We just released a new MIT-licensed project: CovetFS.

CovetFS is a distributed file storage system with tokenized access. A CovetFS tokenized URL looks like this (this URL will be valid just for the next 24 hours, then the token will expire and it will return blank): https://s1.honeyside.net/1.jpg?token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcHBsaWNhdGlvbiI6ImNvdmV0IiwiaWQiOjEsImlhdCI6MTY0MDg5MTQ0NCwiZXhwIjoxNjQwOTc3ODQ0fQ.oxTjr6jHSOg1lveGeVUGYOCM5IneaApHQBXdZQg1ApE

Since MongoDB GridFS proved inefficient and not sufficiently maintained, we developed CovetFS on our own to be the next generation of Honeyside file storage.

Clover v4 (coming on January 10) will be using CovetFS underneath. In the meanwhile, feel free to tinker with the project yourself!

Stay safe and have a sweet day!

Available on Github:

And npm:

1 Like