This commit is contained in:
Krzosa Karol
2026-01-31 10:03:44 +01:00
parent 2f049101c2
commit 4dcd51845e
6 changed files with 135 additions and 304 deletions

View File

@@ -1,13 +1,6 @@
/*
- [a] Create basic client code
- [a] Create threads and put client code, server code on separate
- [ ] Connect to client and listen for messages - print them
- [ ] Create a chat server where you can prepend "client 0 to client 2: {msg}": and it will forward and print that message there
- [ ] type 'quit' or 'exit' to kill the app
- [ ] Write an http server and send some stuff to the browser!
https://beej.us/guide/bgnet/html/
*/
#define WIN32_LEAN_AND_MEAN