Mobile app version of vmapp.org
Login or Join

Login to follow query

More posts by @Si4351233

2 Comments

Sorted by latest first Latest Oldest Best

 

@Hamaas447

It is completely separate from client-side JS. Like any other browser/server scenario you still have that http middle-man/wall to throw things over. There are plenty of advantages to having both be the same language like sharing core utility libraries, of course, but it will still take an Ajax call to make a mouse event matter to the server.

10% popularity Vote Up Vote Down


 

@Sarah324

As with any web server, Node is compatible with client Javascript requests - the base repository does not include any front-end Javascript, however, demos like Node Chat include front-end scripts (i.e. jQuery).

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme