Hacker News new | ask | show | jobs
by ohitsdom 3773 days ago
> There's nothing different.

It's still JavaScript, but how you design/write it is fundamentally different when you're writing for both the client and server.

1 comments

No the libraries you use are different.

On the client you wouldn't use `fs` module, but on the server you wouldn't use jQuery unless you were manipulating the dom through scraping with Cheerios.