This project follows the tutorial by Erick Wendel on implementing Web Sockets in Node.js from scratch.
In this tutorial, you will:
- Implement the Web Socket protocol using only Node.js and JavaScript.
- Learn about bitwise operators for handling binary data in JavaScript.
- Debug and understand how bitwise operations differ from numbers.
- Build a complete Web Server that sends and receives data without any frameworks or libraries.
- Gain a deep understanding of how the Web Socket protocol works.
- Explore advanced concepts in practice.