https://github.com/andriannus/chat-kuy
Simple real time chat using CodeIgniter and Pusher
https://github.com/andriannus/chat-kuy
codeigniter javascript php pusher vue
Last synced: 10 months ago
JSON representation
Simple real time chat using CodeIgniter and Pusher
- Host: GitHub
- URL: https://github.com/andriannus/chat-kuy
- Owner: andriannus
- License: mit
- Created: 2018-07-31T16:12:20.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-03T15:03:25.000Z (almost 8 years ago)
- Last Synced: 2025-04-05T15:03:06.614Z (about 1 year ago)
- Topics: codeigniter, javascript, php, pusher, vue
- Language: HTML
- Homepage:
- Size: 1.51 MB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: LICENSE
Awesome Lists containing this project
README
# Chat Kuy
> Simple Real Time Chat Using CodeIgniter and Pusher
## Tools
1. PHP - CodeIgniter `3.1.9`
2. Pusher
3. CSS - Bulma
4. JavaScript - Vue.js `2.5.16`, Undercore.js `1.9.1`, and Moment.js `2.22.2`
## Installation
1. Clone or Download this Project
2. If Download, rename this Project to `chat-kuy` and move it to `xampp/htdocs` or `var/www/html` or like
3. In project directory, run `composer update` from your `CMD` or `terminal`
3. Open file `application/controllers/Site.php` and `application/views/site/chat.php`
4. Change `xx` with Your Pusher configuration
## References
- Pusher - [Link](https://pusher.com/)
- Vue - [Link](https://vuejs.org/)
- Bulma - [Link](https://bulma.io/)
## License
[MIT](https://github.com/andriannus/chat-kuy/blob/master/LICENSE)