Socket Chatroom Application in Python.
Final Capstone Project from this Udemy Course.
- Remember about sockets low-level functioning in C.
- Learn about sockets in Python.
- Practice Python.
- Work with threads.
- Learn about GUI's in Python.
- Learn about code security in Python.
- Finish the Capstone Project.
- Have fun.
✔️ Create a simple connection between server and client. ✔️
✔️ Handle multiple clients with the capaticity to continuously send and receive messages during a session. ✔️
✔️ Use threads. ✔️
✔️ Make the code more secure. ✔️
Create a GUI w/ Flask.