cozyGalvinism / pesterchum

Pesterchum has hit the web! This web app let's you chat with your chumbuds while also staying very easy to install and use!
https://cozygalvinism.github.io/pesterchum/
2 stars 0 forks source link

Implement IRC connection and command handling #2

Open cozyGalvinism opened 3 years ago

cozyGalvinism commented 3 years ago

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.

cozyGalvinism commented 3 years ago

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)