Skip to content

caetanoburjack/chat_websockets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat with WebSockets

clone the project and run:

composer install

In one terminal, run:

php bin/chat-server.php

In other terminal, run:

php -S localhost:8000

You will have something like this:

PHP 8.0.13 Development Server (http://localhost:8000) started

This means the webchat is running on localhost:8000.

To download the websocket course, click here

About

A project using websockets to create a live chat.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published