R
Railway9mo ago
Tyron

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
Percy
Percy9mo ago
Project ID: N/A
Brody
Brody9mo ago
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
Tyron
Tyron9mo ago
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
Brody
Brody9mo ago
usually its the users app that is the bottleneck
Tyron
Tyron9mo ago
Ok got it, thx again !
Brody
Brody9mo ago
no problem!
ThallesComH
ThallesComH9mo ago
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.
Tyron
Tyron9mo ago
Im curious about AWS S3, uploadthing do you have a link to the docs ?
ThallesComH
ThallesComH9mo ago
if you use nextjs, the easist one is uploadthing https://uploadthing.com/
uploadthing
uploadthing
An easier way to upload files.
ThallesComH
ThallesComH9mo ago
AWS S3 and Cloudflare R2 are the hardest one to implement, so be careful