‘Unable to connect’ whenever a client attempt to connect to the aiohttp asyncio server
The server in the backend is built with aiohttp
using asyncio
. The client in the frontend is built using socket.io-client
in React. The server attempts to emit stock prices every minute, while the client fetch and display those prices in React.