This repository contains Chocal Chat Web client. A simple web client for Chocal Chat application to show a chat client in major browsers.
You need to run Chocal Chat Server application to your local network. You can take it from here: https://github.com/J-TAG/chocal-chat-server
To run Chocal Chat web client you need to install Apache (or Nginx or anything like that) cause Chocal Web will need PHP.
- Install Apache (or something like that)
- Install PHP
- Install Composer: https://getcomposer.org
- Run Chocal Server: https://github.com/J-TAG/chocal-chat-server
- Clone Chocal Web
Please refer to Chocal Server README.md
file to find out how Chocal API is working.