• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

WebSockets with Apache Tomcat and HLL

 
Ranch Hand
Posts: 409
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
WebSockets is a web technology providing full-duplex communications channels over a single TCP connection. The WebSocket API is being standardized by the W3C, and the WebSocket protocol has been standardized by the IETF as RFC 6455. Apache, among others, are developing WebSocket technology. The HLL WebSocket server (High Level Logic (HLL) Project) was one of the first (if not the first) to work and offer a live demonstration (with downloadable browser code) conformant with the final version of the WebSocket standard.

The idea of using WebSockets in web app projects along with servers like Tomcat is getting hot. I'm just putting in my two cents worth, related to the HLL project, on my blog. HLL is a software framework for intelligent distributed systems. The WebSocket standard was a very welcome addition and I'm obviously an enthusiast. The day is fast approaching when browsers will become serious application interface technology. HLL can help make your slice of the Internet "the application". (Paraphrasing Bill Gates in perhaps a bit of an obscure way.)

Article: WebSockets with Apache Tomcat and HLL
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic