Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emalineg/browserchat
Rails ActionCable Mini Project - Real Time Chat Bubbles
https://github.com/emalineg/browserchat
Last synced: 2 months ago
JSON representation
Rails ActionCable Mini Project - Real Time Chat Bubbles
- Host: GitHub
- URL: https://github.com/emalineg/browserchat
- Owner: emalineg
- Created: 2024-11-05T09:04:06.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-05T09:32:20.000Z (3 months ago)
- Last Synced: 2024-11-05T09:34:56.321Z (3 months ago)
- Language: Ruby
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
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)