This one is gonna be the heart of the whole application. In the beginning, I will most likely port the irc.py file from the Pesterchum repo over to JavaScript first and get it running with that and after that optimize the code to work as well, if not better than the original code.
I also realized that the application needs to implement the signals and slots from Qt in a different way (just as normal functions or as events, who knows)
This one is gonna be the heart of the whole application. In the beginning, I will most likely port the
irc.py
file from the Pesterchum repo over to JavaScript first and get it running with that and after that optimize the code to work as well, if not better than the original code.