Skip to content

***SPIKE*** Ruby/Javascript Detached WebSocket/AMQP chat client

Notifications You must be signed in to change notification settings

rjordan/chatter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6085390 · Aug 30, 2015

History

9 Commits
Nov 7, 2011
Aug 30, 2015
Aug 4, 2015
Aug 26, 2015
Nov 7, 2011
Aug 4, 2015
Nov 8, 2011
Aug 30, 2015
Nov 7, 2011
Nov 8, 2011
Nov 8, 2011
Nov 8, 2011
Aug 26, 2015
Aug 17, 2015

Repository files navigation

This is a spike. There are many like it, but this one is mine.
Had this been an acutal project, it would have tests, better documentation...

This spike is to test:
http://code.google.com/p/jquery-graceful-websocket/
https://github.com/igrigorik/em-websocket
https://github.com/ruby-amqp/amqp

A disconnected websocket/AMQP chat client.

Lesson learned: AMQP does fanouts to queues not clients. If a fanout
appears to be working like direct and shuffling messages, its because
two or more clients are sharing a queue. I used rand(10000) in this
spike to fix the issue, in real use a unique key value would be more
appropriate.

About

***SPIKE*** Ruby/Javascript Detached WebSocket/AMQP chat client

Resources

Stars

Watchers

Forks

Packages

No packages published