p-society / gc-server

Stay updated in real-time and engage with the thrill of the game like never before.[WIP]
Apache License 2.0
3 stars 6 forks source link

[DISCUSSION] Usage of `GridFS` for Multimedia File Uploads all across the project #14

Open zakhaev26 opened 9 months ago

zakhaev26 commented 9 months ago

We shall be using MongoDB GridFS for handling multimedia file uploads in our project instead of s3 or blob storage , as the multimedia part is limited (eg:Player Image,etc..) .GridFS is easy to work with (+Cheaper$$).

Open to discussions and feedback regarding the proposed solution.

majorbruteforce commented 9 months ago

Sounds interesting. Let me look into it.

zakhaev26 commented 9 months ago

Sure ,a Controller sample has been implemented at here

AnirudhParida commented 9 months ago

We can use the Multer package from npm. It's easier to implement.