Store Files

Hey there…

Is it possible to store files like pictures, videos and so on in the database on the server to load them to the client on runtime??

Thank you

@Jules It depends on how large the files are that you want to store. For smaller files you can probably base64 encode them or compress and encode them and store them in the storage engine. But for larger objects and game assets we recommend you use an S3-compatible object store which has a HTTP API you can communicate with from your Nakama custom server logic.