Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bensheldon/rails_postgres_websockets_chat
Websocket Chat app using Postgres LISTEN/NOTIFY
https://github.com/bensheldon/rails_postgres_websockets_chat
Last synced: 3 months ago
JSON representation
Websocket Chat app using Postgres LISTEN/NOTIFY
- Host: GitHub
- URL: https://github.com/bensheldon/rails_postgres_websockets_chat
- Owner: bensheldon
- Archived: true
- Created: 2015-03-08T05:48:09.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-03-13T01:21:40.000Z (over 9 years ago)
- Last Synced: 2024-05-02T06:08:39.378Z (7 months ago)
- Language: Ruby
- Homepage: http://pg-notify-chat.herokuapp.com/
- Size: 212 KB
- Stars: 29
- Watchers: 4
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rails+Postgres WebSockets Chat Demo
[![Deploy](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy)
Based on [Heroku's Ruby Websockets Chat Demo](https://github.com/heroku-examples/ruby-websockets-chat-demo), but uses Postgres `LISTEN/NOTIFY` for message passing instead of Redis, and also persists chat messages in Postgres too. This has *no dependency on Redis*.
![Screenshot](SCREENSHOT.png)