Simple webscraping made with AIOHTTP in python concurrent Used javascript also to create websocket cliente to comunicate with AioHttp WebSocketResponse
$ pip install aiohttp beautifulsoup4
$ >> git clone https://github.com/n0bode/aiohttp-webscraping.git webscraping
$ cd webscraping
$ chmod 777 ./run.sh
$ run.sh pypy3
$ pypy3 -m ensurepip
$ pypy3 -m pip install aiohttp beautifulsoup4
$ git clone https://github.com/n0bode/aiohttp-webscraping.git webscraping
$ cd webscraping
$ chmod 777 ./run.sh
$ run.sh pypy3