Welcome to Web Sockets pt. II In this post I’ll be talking more about web sockets and how you can build a Web Socket server. A WebSocket server can be written in any server-side programming language that is capable of Berkeley sockets, such as C(++), Python, PHP, or server-side JavaScript. …