Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Node is just JavaScript with no DOM access, so any JS tutorial applies.
For connecting with client apps, look up Socket.IO. -
@spongessuck sounds good. (Who's brilliant idea was to make a client side language, web based)
-
@poster983 I guess someone who said to himself "let's make all this great client side code work on the server, too."
-
mraiur3558yI am planning a youtube series to help undestand why expressjs is done this way.And what problems it solves. And comming from php background why its harder.
-
@kpenc like polling? Might as well just do it right with websockets. It's not that complicated.
Related Rants
So is it just me, or does nodes have a huge learning curve. (The lack of online tutorials is not helpful either).
Any suggestions to help an imbecile like me to learn it better (especially connecting nodejs to client side apps)
undefined
nodejs