landoshepherd / HackerChat

HackerChat is messaging platform the nostalgic computer geek. It is a simple chat client that allows user to chat with other users all within the terminal.
1 stars 1 forks source link

Redesign client side system #22

Closed landoshepherd closed 9 months ago

landoshepherd commented 9 months ago

After some thought, the web socket portion of this application should be more modular for use in other projects. With that being said, we need to create a new class where all it does is send and receive commands from the server and stores those commands on queue. That's it.

Then any other class can be created to use this web socket class for more domain specific tasks.