Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emalinegayhart/browserchat
Rails ActionCable Mini Project - Real Time Chat Bubbles
https://github.com/emalinegayhart/browserchat
Last synced: about 1 month ago
JSON representation
Rails ActionCable Mini Project - Real Time Chat Bubbles
- Host: GitHub
- URL: https://github.com/emalinegayhart/browserchat
- Owner: emalinegayhart
- Created: 2024-11-05T09:04:06.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-12-02T22:58:20.000Z (2 months ago)
- Last Synced: 2024-12-21T11:34:26.729Z (about 1 month ago)
- Language: Ruby
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
start the app with `rails server`
open up two tabs, one with the home page and the other with /messages
type messages into the form input and see them appear in real time on the home pageuse case: browser source real time chat bubbles
future developments: adding 1) tts 2) ml to produce conversation (no input needed)