I was reading through Javascript overview on a webiste that stated following:
1) JavaScript can not be used for Networking applications because there is no such support available.
2) JavaScript doesn't have any multithreading or multiprocess capabilities.
My Questions:
1) Which kind of 'Networking Applications' are we talking about?
2) What is multithreading and multiprocessing capabilities author is talking about ?
Thanx.