Minestr on Nostr: I used it for a while when starting out with running web apps. It's good for ...
I used it for a while when starting out with running web apps. It's good for beginners because it abstracts the server management aspect so you only have to worry about your app code. But this means it's more expensive than running your own vps (virtual private server). You can only run one app per heroku instance, so it's $7 per month just for one app. Whereas a vps like lunanode (payable in bitcoin) is only $3.5 per month for a basic instance in which you can run multiple apps (thanks to
Ben Arc (nprofile…sqks) for the tip) and do anything you want. Heroku also don't give you persistent storage or memory, they cycle the instance every 24hrs or so. This means you have to pay extra when you want to do things like crons (scheduled tasks) and persist data. Setting up a vps isn't really that difficult, duckduckgo ai helped me a lot. Happy to give any pointers you need 👍
Published at
2024-09-26 22:50:52Event JSON
{
"id": "a6121c9547931c6da010e39dc583b8234e58ca20c7e50efbd023ff500a98dc07",
"pubkey": "dfe791c1a5c702a9c43430c8bc6109efa21a8f303669d57e4028f225767819f9",
"created_at": 1727391052,
"kind": 1,
"tags": [
[
"e",
"3ba82e97316d41538cc7c0d740243f0a6c966e2f46dbe85e490484ebfff4094b",
"",
"root"
],
[
"p",
"9bc2d34ddda83d942a1fdd36a7487f9aaec740db24ea79732d90e383d19d2948"
],
[
"p",
"c1fc7771f5fa418fd3ac49221a18f19b42ccb7a663da8f04cbbf6c08c80d20b1",
"",
"mention"
]
],
"content": "I used it for a while when starting out with running web apps. It's good for beginners because it abstracts the server management aspect so you only have to worry about your app code. But this means it's more expensive than running your own vps (virtual private server). You can only run one app per heroku instance, so it's $7 per month just for one app. Whereas a vps like lunanode (payable in bitcoin) is only $3.5 per month for a basic instance in which you can run multiple apps (thanks to nostr:nprofile1qqsvrlrhw86l5sv06wkyjgs6rrcekskvk7nx8k50qn9m7mqgeqxjpvgpz4mhxue69uhhyetvv9ujuerpd46hxtnfduhswgsqks for the tip) and do anything you want. Heroku also don't give you persistent storage or memory, they cycle the instance every 24hrs or so. This means you have to pay extra when you want to do things like crons (scheduled tasks) and persist data. Setting up a vps isn't really that difficult, duckduckgo ai helped me a lot. Happy to give any pointers you need 👍",
"sig": "7a7ddedde753423f9c4de77d8cd611ca1803b6130e804bc3e4da6fbda42ce908b1ca40743234e34ae66fbc6db716ca500156ac371b9f7985f4121f1b24bd185c"
}