I have a node.js app that I need to host on namecheap, It also involves file handling. does name cheap provides any thing like s3 bucket where I can store files or do I have to use s3?
If I use s3 and host my app on namecheap, won't it be bad implementation because files are on a separate server than the app and cause longer loading time?