mohole / php-chat-client

JS Chat client related to PHP-02 lessons.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

php-chat-client

JS Chat client related to PHP-02 lessons.


Install

# step 1
git clone https://github.com/mohole/php-chat-client.git
# step 2
cd php-chat-client
# step 3
npm install
# step 4
npm start

Edit this line in the js/utils.js file to match your localhost settings

const CHAT_API = 'http://localhost:3004';

License

MIT

About

JS Chat client related to PHP-02 lessons.

License:MIT License


Languages

Language:JavaScript 62.4%Language:HTML 26.7%Language:CSS 11.0%