Y
Hacker News
new
|
ask
|
show
|
jobs
by
iamcreasy
794 days ago
This looks great! I'll surely come back to it later.
How much of the process can be pushed to server side? (Sorry, I don't speak JS.)
2 comments
tip_of_the_hat
794 days ago
Pretty much all of it! The JS in this walkthrough is all server-side. I tried to keep the JS itself simple so that someone unfamiliar with the language could have an easy time following the code.
link
Atotalnoob
794 days ago
It’s all server side. It’s written using express which is a web server framework built on top of nodejs
link