This is a chat web application I wrote for fun using bootstrap, jquery and websockets. Bootstrap provides many interface elements that were easy to use and worked out of the box. jQuery is used for Bootstrap, and since it was there, I used an element or two in jQuery as well. The only difficult part of this web application was setting up the websocket protocol and building the chat communication on top of it.