|
|
|
|
|
by mattmanser
2085 days ago
|
|
Do you know the meaning of 'static website'? In some ways your question is an oxymoron. You're misunderstanding the term and have asked a bit of a silly question by accident. If you explained why you think it needs to be static, we might be able to explain what you've misunderstood. Ultimately some part of your system will need to be dynamic to get the data and transmit it across the internet. A static website can technically use JavaScript to call a dynamic one using an API, and then display data, but part of the overall setup is still dynamic. A normal website is still involved, that has to talk to the db. The setup is just more complicated. As for the actual question, pick any framework (Rails, Django, etc). Follow the tutorial for beginners, they cover how to access the db within an hour or so. |
|
By that definition, any static website that uses Google Analytics is no longer a static website, as it's interacting with a database.
As you point out, a static website (one that is deployed as plain HTML and some css / js / image assets) can be part of a larger ecosystem.
So maybe tone down the noob bashing...