Hobby plan Capacity
Hello, was wondering if the hobby plan can support 1000 people or more uploding file + Video and data like (text), like one post request even when compressing image before sending them is like 2 minutes
Should i go to pro plan ?
Thx !
10 Replies
Project ID:
N/A
if you have anywhere close to 1000 clients uploading files to your app then thats no longer a hobby use-case, you would want to be on pro.
but to give a direct answer, yes railway can handle that, its more so a question of if your app can handle it
Ok, i will go to pro plan seems more secure
its more so a question of if your app can handle it => so its a code issue if its take too long
usually its the users app that is the bottleneck
Ok got it, thx again !
no problem!
at this point i would consider using AWS S3, uploadthing or Cloudflare R2 with pre signed urls.
with that, the file upload never reaches your application.
Im curious about AWS S3, uploadthing do you have a link to the docs ?
if you use nextjs, the easist one is uploadthing
https://uploadthing.com/
AWS S3 and Cloudflare R2 are the hardest one to implement, so be careful