Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hotwired/hotwire-rails-demo-chat
Repository from the Hotwire demo
https://github.com/hotwired/hotwire-rails-demo-chat
Last synced: 3 months ago
JSON representation
Repository from the Hotwire demo
- Host: GitHub
- URL: https://github.com/hotwired/hotwire-rails-demo-chat
- Owner: hotwired
- Created: 2020-12-22T12:53:49.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-08T22:17:56.000Z (over 1 year ago)
- Last Synced: 2024-06-03T18:59:34.115Z (5 months ago)
- Language: Ruby
- Size: 49.8 KB
- Stars: 234
- Watchers: 10
- Forks: 43
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hotwire Rails Demo: Chat
This is a slimmed-down repository for the Hotwire demo that used for [the announcement screencast](https://www.youtube.com/watch?v=eKY-QES1XQQ).
It's a rough sketch of the very basics. Maybe we could improve it together?
To setup, just run `./bin/setup`, then `./bin/rails server`, then hit `localhost:3000`.
This demo application requires redis for websocket communication.
To prepare redis using docker, please run the following command.```
docker run --rm -it -p 6379:6379 redis:latest
```