Questions tagged [cometserver]

12 questions
7
votes
1 answer

Push Technology : Is there any open source implementation for windows

I have read about the push technologies recently. Using it real-time data streaming is very easy. I also saw an implementation called ajax push engine, but it runs on linux or mac server. I wanted to use this technology in an asp.net site. So is…
MD Sayem Ahmed
  • 28,628
  • 27
  • 111
  • 178
2
votes
2 answers

Ajax Push Engine (Comet) and persistent chat - how to implement?

We are developing an online real-time web browser game and we have chosen to use APE Server. We have an in-game chat system from our previous project and we would like to port it to APE. As we are a bit new to APE we are not sure about which…
JustAMartin
  • 13,165
  • 18
  • 99
  • 183
2
votes
1 answer

How to go about implementing the new Chat beta feature in the Smart Admin Theme and Laravel 5?

I am trying to figure out how to get chat working in the Smart Admin Theme As I can see, the newer version ships with a Chat beta plugin. On the "About the API" page, it gives a few instructions on how to get the front end working but unfortunately…
Rohan
  • 13,308
  • 21
  • 81
  • 154
1
vote
1 answer

Ajax Upload fails with Ajax Push Engine (APE server) enabled

Whenever I disable the APE comet Server, AJAX file uploads run properly. And when enabled, the response.responseText from PHP is not parsed. This problem has been bugging me since about more than a month. There's another person here with the same…
Hrishikesh Choudhari
  • 11,617
  • 18
  • 61
  • 74
1
vote
3 answers

Fast single thread comet server, possible?

I recently encountered a few cases where a server would distribute an event stream that contains the exact same data for all listeners, such as a 'recent activity' box. It occurred to me that it is quite strange and inefficient to have a server like…
Pepijn
  • 4,145
  • 5
  • 36
  • 64
0
votes
1 answer

Comet WEb server implementation

I recently asked one question :- Handle Web Server with multiple clients I have gone through the basic techniques to implement comet server like streamhub,Maven/Jetty etc. I have following questions for that : After that I found the issues like in…
Ved
  • 8,577
  • 7
  • 36
  • 69
0
votes
1 answer

Why Jetty has not found CometServerServlet from Rocket package?

I have a common GWT application that is using (trying to) Rocket-Framework to implement a CometServerServlet. After I have registered my servlet in web.xml and my app.gwt.xml, like this: App.gwt.xml:
Melladric
  • 81
  • 3
  • 8
0
votes
1 answer

deliver data to cometd server using a channel

How can I deliver some data to server side while subscribing to server? As an example, When I subscribing /alert/12345, I want to send some other information such as alert_type, date_time etc to CometD server.
pasanbsb
  • 445
  • 2
  • 4
  • 13
0
votes
0 answers

What client to use for load testing comet application irrespective of comet server

We are in process of developing an app and we started with: Spring SockJs Java server with Servlet 3.0 container (Async support) SockJs javascript client. To test the load aspects, I had written a client using Bayeux API -this was for WebSockets…
cpandey05
  • 1,241
  • 2
  • 17
  • 30
0
votes
2 answers

Comet - PHP error showing

I am new to comet and doing a simple application. My html file looks like testing…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/php" class="post-tag grid--cell" title="show questions tagged 'php'" rel="tag">php</a> <a href="../../questions/tagged/ajax" class="post-tag grid--cell" title="show questions tagged 'ajax'" rel="tag">ajax</a> <a href="../../questions/tagged/comet" class="post-tag grid--cell" title="show questions tagged 'comet'" rel="tag">comet</a> <a href="../../questions/tagged/cometserver" class="post-tag grid--cell" title="show questions tagged 'cometserver'" rel="tag">cometserver</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Sep 25 '13 at 03:43">asked Sep 25 '13 at 03:43</time> <a href="../../users/1070609/ramesh" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/1070609.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="ramesh" /> </a> <div class="s-user-card--info"> <a href="../../users/1070609/ramesh" class="s-user-card--link">ramesh</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">4,008</li> <li class="s-award-bling s-award-bling__gold" title="13 gold badges">13</li> <li class="s-award-bling s-award-bling__silver" title="72 silver badges">72</li> <li class="s-award-bling s-award-bling__bronze" title="117 bronze badges">117</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-17400541"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>0</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/17400541/implement-comet-programming" class="question-hyperlink">Implement Comet Programming</a></h3> <div class="excerpt">I am new to comet programming. I browsed for information on how to achieve this, I found that it can be done through LightStreamer. But when I tried to implement that, I felt few libraries missing. Recently I read an article from…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/web-applications" class="post-tag grid--cell" title="show questions tagged 'web-applications'" rel="tag">web-applications</a> <a href="../../questions/tagged/comet" class="post-tag grid--cell" title="show questions tagged 'comet'" rel="tag">comet</a> <a href="../../questions/tagged/cometd" class="post-tag grid--cell" title="show questions tagged 'cometd'" rel="tag">cometd</a> <a href="../../questions/tagged/cometserver" class="post-tag grid--cell" title="show questions tagged 'cometserver'" rel="tag">cometserver</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Jul 01 '13 at 08:52">asked Jul 01 '13 at 08:52</time> <a href="../../users/2538334/sneha" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/2538334.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="sneha" /> </a> <div class="s-user-card--info"> <a href="../../users/2538334/sneha" class="s-user-card--link">sneha</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">15</li> <li class="s-award-bling s-award-bling__bronze" title="3 bronze badges">3</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-35551732"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>-1</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status answered-accepted"> <strong>2</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/35551732/android-multidexenable-true-causes-picasso-to-crash" class="question-hyperlink">Android - MultiDexEnable=true causes Picasso to Crash</a></h3> <div class="excerpt">I've used MultiDexEnable=true command in my gradle file to integrate the cometChat sdk . But Picasso library which was running fine is crashing now giving the following error. Can you please guide towards solution? apply plugin:…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/android" class="post-tag grid--cell" title="show questions tagged 'android'" rel="tag">android</a> <a href="../../questions/tagged/noclassdeffounderror" class="post-tag grid--cell" title="show questions tagged 'noclassdeffounderror'" rel="tag">noclassdeffounderror</a> <a href="../../questions/tagged/picasso" class="post-tag grid--cell" title="show questions tagged 'picasso'" rel="tag">picasso</a> <a href="../../questions/tagged/cometserver" class="post-tag grid--cell" title="show questions tagged 'cometserver'" rel="tag">cometserver</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Feb 22 '16 at 10:53">asked Feb 22 '16 at 10:53</time> <a href="../../users/5694849/usman-ishrat" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/5694849.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Usman Ishrat" /> </a> <div class="s-user-card--info"> <a href="../../users/5694849/usman-ishrat" class="s-user-card--link">Usman Ishrat</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">147</li> <li class="s-award-bling s-award-bling__silver" title="1 silver badges">1</li> <li class="s-award-bling s-award-bling__bronze" title="7 bronze badges">7</li> </ul> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> <script src="../../static/js/stack-icons.js"></script> <script src="../../static/js/fromnow.js"></script> </body> </html>