You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my opinion this library is overkill for use in the browser. Its main advantage is joining and receiving messages from many channels efficiently. In a browser environment you usually only join one or in some cases two channels at one time. In the browser, you have to use the WebSocket(-Stream) API to connect to IRC, so there's not really any point in using tokio there since the browser will do most of the event scheduling for you.
I think one possible step could be to rip out the IRC parsing/writing part of this crate for use in other environments.
I know the tokio runtime needs to support WASM which is only just starting to get implemented. Are there any other things that need to be addressed?
The text was updated successfully, but these errors were encountered: