BriteSnow / snow

A Lightweight, Google Guice, Simple, and Powerful Web Application Framework that makes building modern Web Application a breeze! Fully open source, Apache V2 licensed.
http://britesnow.com/snow
29 stars 10 forks source link

Add support for WebSocket programming style #34

Open jeremychone opened 11 years ago

jeremychone commented 11 years ago

The current design goal is to allow a same method to be annotated as a Web[REST](@WebGet, ...) and also with an Socket/pub/sub type of annotation. This way the client, can use poll or socket, but the developer can use the same method if he/she choose too.