Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tonytonyjan/guest-chat
(前)五倍紅寶石匿名聊天室
https://github.com/tonytonyjan/guest-chat
Last synced: about 2 months ago
JSON representation
(前)五倍紅寶石匿名聊天室
- Host: GitHub
- URL: https://github.com/tonytonyjan/guest-chat
- Owner: tonytonyjan
- License: mit
- Created: 2014-07-01T20:49:03.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-10-24T04:52:23.000Z (about 7 years ago)
- Last Synced: 2024-04-09T21:30:10.316Z (9 months ago)
- Language: Ruby
- Homepage: https://chat.tonytonyjan.net/
- Size: 490 KB
- Stars: 12
- Watchers: 3
- Forks: 14
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 匿名寮
![](public/screenshot.png)
前身是五倍紅寶石課程用的匿名聊天室,現在使用 Rails 5 ActionCable 做了改版,對於因為害羞而不好意思舉手發問的學生,可以透過匿名聊天室貼上問題,講師或是助教則會在上面解答。
## 功能介紹
- 支援 [Markdown](http://markdown.tw/) 語法
- 在網址斜線後方輸入任意文字可開啟新的聊天室,例如 `https://chat.tonytonyjan.net/測試`
- 閒置的聊天室會在一天後被刪除
- 暱稱上的成語和動物都可以點擊查詢意思## 開發
```
bundle
yarn
bin/rails db:setup
bundle exec puma
```