Commit Graph

6 Commits

Author SHA1 Message Date
4a38b6e28a Working on initating connections 2024-04-29 02:02:51 +02:00
9c0e3e607f Refactored and added errgroup to handle goroutines errors 2024-03-29 16:53:10 +01:00
f16b53278b Enabled two-way communication between client and server
Server may now send requests to client and client will respond to them.
Mechanics similar to how server handled requests was added to client.
Also server can now receive responses from client :)
2024-03-29 15:05:42 +01:00
4da29dc45b Logging with charm colorful logger 2024-03-24 17:10:02 +01:00
361b84aac4 Working websocket version 2024-03-24 14:09:36 +01:00
509d20948c Code split across files, client refactor 2024-03-22 19:38:19 +01:00