An open API service indexing awesome lists of open source software.

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

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)