Skip to content

A simple (sample) ReactPHP script to enable chat over netcat.

Notifications You must be signed in to change notification settings

vanbosse/react-netcat-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Netcat chat with React

Sample chatapplication to show the use and power of ReactPHP.

Install

$ git clone git@github.com:vanbosse/react-netcat-chat.git

$ composer install

Usage

Run the server

$ php server.php

Since the server listens on port 1337, use netcat to connect. You might want to connect in two different tabs, so you can talk to yourself.

$ nc localhost 1337

About

A simple (sample) ReactPHP script to enable chat over netcat.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages