🔀 Simple P2P chat server (for initiating connections)
Go to file
Maciej Krzyżanowski 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
client Enabled two-way communication between client and server 2024-03-29 15:05:42 +01:00
common Enabled two-way communication between client and server 2024-03-29 15:05:42 +01:00
server Enabled two-way communication between client and server 2024-03-29 15:05:42 +01:00
.gitignore Enabled two-way communication between client and server 2024-03-29 15:05:42 +01:00
go.mod Logging with charm colorful logger 2024-03-24 17:10:02 +01:00
go.sum Logging with charm colorful logger 2024-03-24 17:10:02 +01:00
main.go Removed unnecessary constant 2024-03-25 18:45:52 +01:00