MantisInABox
Skeptical about $5 a month subscription
You can look at your resource stats on render, and then match the average against the pricing calculator at http://railway.app/pricing to get an estimate
29 replies
What port does railway expose for node apps?
Each application will be assigned a random port number. Unless you specify. Your code above sets the port variable. You would want to do something like
const PORT = process.env.PORT || 3000;
Then when you deploy, it will use the railway provided port, which will automatically display in the selection when you add a domain12 replies
Multiple usage values being presented in different places
That is strange the the current usage did not change when you changed the drop-down to the last 30 days, it definitely should have. Though the estimated value will constantly change over the course of your billing period as you utilize your project. It's just so you aren't shocked at the end of the month with a $20 bill
20 replies