Hacker News new | ask | show | jobs
by joshmanders 3777 days ago
FWIW those of us in the JavaScript community who don't care to create buzzwords for everything call it JavaScript. No Isomorphic, no Universal. There's nothing different. It's just JavaScript.
1 comments

> 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.

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.