ActionChat is a simple chatroom application built with ActionCable and React.
Live demo: https://ac.aiichat.cn
- Text, emoji messages
- Responsive layout
- Infinite scroll to fetch messages
- Show real-time online members
- React
- TailwindCSS
- ActionCable (Rails)
- run
bundle install
- run
yarn install
- run
bin/dev
Open your web browser and navigate to http://localhost:3000
Pull requests are welcome.
- Fork it
- Create your branch (
git checkout -b some-branch
) - Commit your changes (
git commit -am 'Add some features'
) - Push to the branch (
git push origin some-branch
) - Create a new Pull Request
ActionChat is MIT licensed