<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[suche Material zu WebSockets in C++]]></title><description><![CDATA[<p>Hallo,</p>
<p>Ich suche Tutorials, References, ... zu WebSockets in c++. Für Javascript u.a. findet man einiges, würde dieses vielversprechende Konzept aber gerne in C++ nutzen.<br />
Alternative wäre auch c möglich.</p>
<p>Hat irgendjemand einen hilfreichen Link ?</p>
<p>MFG KA51O</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/259650/suche-material-zu-websockets-in-c</link><generator>RSS for Node</generator><lastBuildDate>Tue, 08 Sep 2026 18:54:27 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/259650.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 26 Jan 2010 08:39:51 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to suche Material zu WebSockets in C++ on Tue, 26 Jan 2010 08:39:51 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<p>Ich suche Tutorials, References, ... zu WebSockets in c++. Für Javascript u.a. findet man einiges, würde dieses vielversprechende Konzept aber gerne in C++ nutzen.<br />
Alternative wäre auch c möglich.</p>
<p>Hat irgendjemand einen hilfreichen Link ?</p>
<p>MFG KA51O</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1844907</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1844907</guid><dc:creator><![CDATA[KA51O]]></dc:creator><pubDate>Tue, 26 Jan 2010 08:39:51 GMT</pubDate></item><item><title><![CDATA[Reply to suche Material zu WebSockets in C++ on Tue, 26 Jan 2010 09:30:00 GMT]]></title><description><![CDATA[<p>/edith meint ich soll besser schlafen und genauer lesen vorm Posten...</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1844925</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1844925</guid><dc:creator><![CDATA[pumuckl]]></dc:creator><pubDate>Tue, 26 Jan 2010 09:30:00 GMT</pubDate></item><item><title><![CDATA[Reply to suche Material zu WebSockets in C++ on Tue, 26 Jan 2010 09:18:19 GMT]]></title><description><![CDATA[<p>Wenn du richtig gelesen hättest wäre dir auch aufgefallen das ich nicht etwas zu Sockets suche (dazu gibts tausend Sachen) SONDERN das ich Material zu WEBSOCKETS <a href="http://dev.w3.org/html5/websockets" rel="nofollow">http://dev.w3.org/html5/websockets</a> suche.</p>
<p>Tut mir leid wenn das das falsche Forum ist und ich besser in Webzeugs gepostet hätte aber da es C++ spezifisch war dachte ich diese Forum wäre besser.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1844928</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1844928</guid><dc:creator><![CDATA[KA51O]]></dc:creator><pubDate>Tue, 26 Jan 2010 09:18:19 GMT</pubDate></item><item><title><![CDATA[Reply to suche Material zu WebSockets in C++ on Tue, 26 Jan 2010 09:29:19 GMT]]></title><description><![CDATA[<p>KA51O schrieb:</p>
<blockquote>
<p>Wenn du richtig gelesen hättest</p>
</blockquote>
<p>Jap, Sorry, bin noch nicht ganz wach/ausgeschlafen.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1844932</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1844932</guid><dc:creator><![CDATA[pumuckl]]></dc:creator><pubDate>Tue, 26 Jan 2010 09:29:19 GMT</pubDate></item><item><title><![CDATA[Reply to suche Material zu WebSockets in C++ on Tue, 26 Jan 2010 12:38:07 GMT]]></title><description><![CDATA[<p>^^</p>
<p>Brauchst dich nicht entschuldigen wenigstens hast du dir die Zeit genommen meinen Post zu lesen. Dafür schonmal danke <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f609.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--winking_face"
      title=";-)"
      alt="😉"
    /></p>
<blockquote>
<p>I would love to change the world, but they won’t give me the source code</p>
</blockquote>
]]></description><link>https://www.c-plusplus.net/forum/post/1844937</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1844937</guid><dc:creator><![CDATA[KA51O]]></dc:creator><pubDate>Tue, 26 Jan 2010 12:38:07 GMT</pubDate></item><item><title><![CDATA[Reply to suche Material zu WebSockets in C++ on Tue, 26 Jan 2010 09:52:26 GMT]]></title><description><![CDATA[<p>Hab mich mal ein wenig umgesehn, es sieht so aus als ist das ganze ja erst brandneu mit ein paar zum Teil noch nicht abgeschlossenen Implementierungen. Was meine Recherche bisher gefunden hat:</p>
<p>Die Feuerfüchse arbeiten dran (keine ahnung in welcher Sprache)<br />
<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=472529" rel="nofollow">https://bugzilla.mozilla.org/show_bug.cgi?id=472529</a></p>
<p>Die &quot;Ajay Push Engine&quot; soll wohl was in der Richtung machen:<br />
<a href="http://www.ape-project.org/" rel="nofollow">http://www.ape-project.org/</a></p>
<p>Die Leute von Google Chrome scheinen die ersten zu sein die Anstrengungen in die Richtungen gemacht haben. Wenn ich das richtig sehe haben sie auch den Draft beim W3C eingereicht? Vielleicht kann dir dort bei der Suche weitergeholfen werden.<br />
<a href="http://blog.chromium.org/search/label/websockets" rel="nofollow">http://blog.chromium.org/search/label/websockets</a></p>
<p>Es gibt auch Blogposts von einzelnen Entwicklern die sich ein wenig mit dem Thema auseinandergesetzt haben, ich würd in erster Linie solche Leute mal anschreiben ob sie schon was von einer C/C++-Implementation gehört haben.<br />
<a href="http://takashi-matsuo.blogspot.com/2009/12/integrating-websockets-with-appengine.html" rel="nofollow">http://takashi-matsuo.blogspot.com/2009/12/integrating-websockets-with-appengine.html</a></p>
<p>So, muss weiter schaffen (aber interessantes Thema...)</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1844947</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1844947</guid><dc:creator><![CDATA[pumuckl]]></dc:creator><pubDate>Tue, 26 Jan 2010 09:52:26 GMT</pubDate></item><item><title><![CDATA[Reply to suche Material zu WebSockets in C++ on Tue, 26 Jan 2010 11:50:45 GMT]]></title><description><![CDATA[<p>Ok, danke für deine Mühen.</p>
<p>Dann poste ich auch mal was ich bis jetzt gefunden habe, falls einer neu anfängt dann hat er gleich eine Übersicht und spart sich ein paar Stunden googlen.</p>
<p>Jetty WebSocket Server für Eclipse:<br />
<a href="http://blogs.webtide.com/gregw/entry/jetty_websocket_server" rel="nofollow">http://blogs.webtide.com/gregw/entry/jetty_websocket_server</a></p>
<p>Java Article Building Real Time Web Applications Using HTML 5 Web Sockets:<br />
<a href="http://www.indicthreads.com/1525/building-real-time-web-applications-using-html-5-web-sockets/" rel="nofollow">http://www.indicthreads.com/1525/building-real-time-web-applications-using-html-5-web-sockets/</a></p>
<p><a href="http://websockets.org" rel="nofollow">websockets.org</a>:<br />
<a href="http://www.websockets.org/about.html" rel="nofollow">http://www.websockets.org/about.html</a></p>
<p>websocket protocol:<br />
<a href="http://tools.ietf.org/html/draft-hixie-thewebsocketprotocol-55" rel="nofollow">http://tools.ietf.org/html/draft-hixie-thewebsocketprotocol-55</a></p>
<p>googlecode for websockets:<br />
<a href="http://code.google.com/p/go/source/browse/src/pkg/websocket/" rel="nofollow">http://code.google.com/p/go/source/browse/src/pkg/websocket/</a></p>
<p>Brain Dump of Real Time Web(RTW) and WebSocket:<br />
<a href="http://blog.new-bamboo.co.uk/2009/12/30/brain-dump-of-real-time-web-rtw-and-websocket" rel="nofollow">http://blog.new-bamboo.co.uk/2009/12/30/brain-dump-of-real-time-web-rtw-and-websocket</a></p>
<p>Zu C++ findet man aber nix = (</p>
<p>Falls irgendwer eine zündende Idee hat....</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1844950</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1844950</guid><dc:creator><![CDATA[KA51O]]></dc:creator><pubDate>Tue, 26 Jan 2010 11:50:45 GMT</pubDate></item></channel></rss>