Recently time, i must write bots for some sites (registration, posting and parsing). I do this with grablib, but now, i must write bot for site on JS. I see many variants such as Selenium and forks*?* of it.
But I need multithreading, and, as I understood, Selenium opens a browser and I do not need. I have to work in the 80-120 flows on Linux server.
Which tool I choose and what to read? Thank you.