Sunday 11 June 2017

simple non db technique to display a changeable message to users from Heroku server

Long time reader, first time question asker, please be gentle.

I'm after a simple technique to display a simple message to users that I can easily edit and change. Stored on the server so when the client connects they will get the latest message. I'm using Heroku with a simple node.js server.

I'd rather not store it in a database (mongo etc) as this is overkill and I'm not using a db for any other reason.

I don't want to store it in the server code as this seems a bit cumbersome to redeploy the server to Heroku whenever the message changes.

Maybe it's Monday morning and my wife has swapped my coffee for decafe but any guidance greatly appreciated.



via Steve Smith

No comments:

Post a Comment