<?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[Send a message to a single player?]]></title><description><![CDATA[<p>I understand how Colyseus allows players to receive updates to a single game state.</p>
<p>I want to know if there is something in Colyseus that allows me to send messages to certain players but not all of them via the state.</p>
<p>I am coding a trivia game with Colyseus. When a player submits an answer, I want to send the right answer to ONLY him, not all other players as well. Is this possible? Am I approaching this problem the wrong way?</p>
<p>Thanks</p>
]]></description><link>http://discuss.colyseus.io/topic/49/send-a-message-to-a-single-player</link><generator>RSS for Node</generator><lastBuildDate>Thu, 18 Jun 2026 08:35:23 GMT</lastBuildDate><atom:link href="http://discuss.colyseus.io/topic/49.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 26 Mar 2018 19:31:04 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Send a message to a single player? on Invalid Date]]></title><description><![CDATA[<p>I understand how Colyseus allows players to receive updates to a single game state.</p>
<p>I want to know if there is something in Colyseus that allows me to send messages to certain players but not all of them via the state.</p>
<p>I am coding a trivia game with Colyseus. When a player submits an answer, I want to send the right answer to ONLY him, not all other players as well. Is this possible? Am I approaching this problem the wrong way?</p>
<p>Thanks</p>
]]></description><link>http://discuss.colyseus.io/post/152</link><guid isPermaLink="true">http://discuss.colyseus.io/post/152</guid><dc:creator><![CDATA[funkmeisterb]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to Send a message to a single player? on Invalid Date]]></title><description><![CDATA[<p>Hi <a class="plugin-mentions-user plugin-mentions-a" href="http://discuss.colyseus.io/uid/42">@funkmeisterb</a>,</p>
<p>You can use the <code>send(client, data)</code> method: <a href="http://colyseus.io/docs/api-room/#send-client-data" rel="nofollow">http://colyseus.io/docs/api-room/#send-client-data</a></p>
<p>The message will arrive in the <code>onData</code> signal in the client-side.</p>
<p>(This signal is going to be renamed to <code>onMessage</code> on version <code>0.9.x</code>, I'll write and share a guide on how to migrate once its ready!)</p>
]]></description><link>http://discuss.colyseus.io/post/153</link><guid isPermaLink="true">http://discuss.colyseus.io/post/153</guid><dc:creator><![CDATA[endel]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to Send a message to a single player? on Invalid Date]]></title><description><![CDATA[<p>Thank you <a class="plugin-mentions-user plugin-mentions-a" href="http://discuss.colyseus.io/uid/1">@endel</a> for the quick reply, this is exactly what I was looking for. I should've found it in the documentation.</p>
]]></description><link>http://discuss.colyseus.io/post/154</link><guid isPermaLink="true">http://discuss.colyseus.io/post/154</guid><dc:creator><![CDATA[funkmeisterb]]></dc:creator><pubDate>Invalid Date</pubDate></item></channel></rss>