I would like to create a web application with Hunchentoot that works as follows; A client tells the server application that it is interested in a certain table in the database. When a change in the table occurs the server pushes this information. I have not looked into WebSockets yet because I am interested in HTML5's Server Side Events. Is it possible to write a Huncentoot acceptor that pushes data to the client through Server Side Events