Hacker News new | past | comments | ask | show | jobs | submit login

I imagine you need to set up your app to use Heroku. It's not very hard but beware that you can't write to the filesystem with Heroku so that would need to be factored in to the functionality of quite a few apps.



You can write to the file system, it's just not persistent across dyno restarts or shared across running dynos. Writing out for in-request work is fine.


Or replace writing to the file system with storing as a json object on one of many online (eg. cloud) providers.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: