Skip to content

How to Send Messages

mkeen edited this page Apr 8, 2012 · 1 revision

Sending messages is easy. Just do this:

Noise::Connection.new do
  send "hey there!", "/topic/my_topic"
end

That was easy!

Clone this wiki locally