kedlas / wsChatDemo

php websockets chat app demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wsChatDemo

websockets Chat app demo

How to run this demo app:

git clone git@github.com:kedlas/wsChatDemo.git

docker build -t chat_image .

docker rm -f chat

docker run -d -p 8080:8080 --name chat chat_image

Optional:

composer install

About

php websockets chat app demo


Languages

Language:PHP 72.0%Language:JavaScript 10.5%Language:HTML 9.5%Language:CSS 6.8%Language:Shell 1.2%