기업을 위한 IT 전문 파트너
  • Streamhub Enterprise
  • SNS공유 페이스북 트위터
Streamhub Enterprise
  • Streamhub Enterprise
  • 제조사 : StreamHub Ltd Brand Shop
  • 제품번호 : 8534
유사 기능 제품
시뮬레이션 소프트웨어
 
가격정보
P# OS언어제품구분버전소비자가공급가견적주문
01
113
Win 영문 Single Server License 현 시점 최적가로 견적을 받아보세요   19,094,900 18,521,800 견적요청
02
113
Win 영문 Support & Maintenance (yearly) 현 시점 최적가로 견적을 받아보세요   973,500 943,800 견적요청
    위 가격은 부가세를 포함한 가격 입니다.
  • 견적 및 주문을 진행하시려면 로그인이 필요합니다.
  • ‘주문’이 활성화 되어 있지 않은 제품은 ‘견적요청’을 해주시면 현 시점 최적가로 제공 해드립니다.
요약정보

StreamHub is a highly-scalable HTTP Comet and Reverse Ajax server allowing you to push live data to a web browser without requiring any plugins or security-policy changes. It uses a technique known as Comet or Reverse Ajax to keep a persistent connection open to the browser. HTML, Ajax, GWT, .NET, iPhone and Java clients can all receive data from StreamHub. Data can be streamed into StreamHub using the Java or .NET SDKs. StreamHub's highly-scalable architecture is used for streaming live stock quotes, spread betting, real-time monitoring, instant messaging/chat, live news/sports delivery, online gaming and a whole host of Rich Internet Applications

동일계열 제품

  • Streamhub Enterprise


상세정보

In the traditional HTTP model, documents are requested synchronously from a server and the connection is closed after the document is delivered as in the diagram below:

Traditional HTTP Model

With Reverse Ajax and Comet, a permanent full duplex connection is established over HTTP, allowing the server to push events in real-time to the client:

Reverse Ajax and Comet HTTP Push Model

This is the reverse of the standard HTTP model as now the server can push updates to the client rather than the client requesting them.

StreamHub uses a standards-based publish/subscribe mechanism to push updates in JSON or custom formats to clients. Clients can be written in .NET, Java, GWT, or Ajax. Receiving updates is as simple as connecting to the push server and subscribing to topics or channels. For example, the following Ajax snippet shows how to achieve this:

var hub = new StreamHub();  
hub.connect("http://localhost:7979/streamhub/");  
hub.subscribe("/channel", function (sTopic, oJsonUpdate) {      
     alert("Received an update on topic " + sTopic);      
     alert("Contents: " + oJsonUpdate['field1']);  });  

Publishing updates back to the push server is just as simple:

var hub = new StreamHub();  
hub.connect("http://localhost:7979/streamhub/");  
hub.publish("/channel", "{'field1':'value1','field2':'value2'}");  

Streamhub,Enterprise,Edition, StreamHub,StreamHubLtd
견적요청
인터파크 큐브릿지 IT영업부
자세히보기
  • Office 365
  • CCT
TOP