Y
Hacker News
new
|
ask
|
show
|
jobs
by
hpvic03
4385 days ago
To persist data you'll want a backend. That's a fairly important piece of any application which is why I included it in the tutorial. You could ignore the Rails parts of the tutorial and create your own backend.
1 comments
pyre
4385 days ago
Persist across clients, maybe, but it's also possible to use localStorage to persist data on a single client.
link
TheBrockEllis
4385 days ago
You could also use something like Firebase as a datastore that could persist across multiple clients but also be implemented in javascript.
link