Sha256: 77ca9f3899f3672bd0a31779787b9211da5f29a2d6a0e9da2152a9f12a05e5c5
Contents?: true
Size: 677 Bytes
Versions: 2
Compression:
Stored size: 677 Bytes
Contents
Soapbox -- a Twitter-style chat app =================================== -- Running the demo * `sudo gem install sinatra` * Run `rackup config.ru` in this directory * Open some browsers at http://localhost:9292 Within the app, pick a username, type in some users to follow, and enter messages. You receive messages from anyone you're following, and any messages that mention you using the `@username` syntax. -- Source code There is no server-side logic for this app; the Faye server simply handles message routing between clients. Your username and followees are not persisted, if you refresh the page your previous connection is closed. * See public/soapbox.js
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
faye-0.1.0 | examples/soapbox/README |
faye-0.1.1 | examples/soapbox/README |