Skip to content

gnikyt/react-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Chat

This is a simple multi-user chat program experiment using React.

Install

Simply cline this repository.

git clone git://github.com/tyler-king/react-chat.git

And run these two commands setup the vendor files:

$ curl -s http://getcomposer.org/installer | php
$ php composer.phar install

Now you can call from console:

php server.php {PORT}

Usage

For client connections simply type:

php client.php {host}:{port}

You will then be connected to the chat server where you can chat to other connected clients.

Commands

A few commands wrote into the chat are...

  • Rename: /rename [new name]
  • Private Message: /pm [user name] [your message]

About

Just an experiment in a chat program with React

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages