2017 © Pedro Peláez
 

library chatbox

A small chat using websockets

image

hidrarga/chatbox

A small chat using websockets

  • Monday, October 31, 2016
  • by HgO
  • Repository
  • 1 Watchers
  • 0 Stars
  • 25 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 0 % Grown

The README.md

Introduction

ChatBox is a small chat service using websockets., (*1)

The php server use Ratchet., (*2)

The javascript client use jQuery, Bootstrap, web-socket-js (for compatibility with old browsers and smartphones) and webL10n, (*3)

Installation

All you need to do is running bower and composer., (*4)

bower update
composer update

If you don't have bower installed, run:, (*5)

npm install -g bower

If you don't have composer installed, run:, (*6)

curl -sS https://getcomposer.org/installer | php

Usage

Run the server:, (*7)

php bin/server.php

Configuration

Server

You can decide to disable logs by setting LOGGING off in src/ChatBox/Chat.php., (*8)

You can change the number of message stored in the log file by editing LENGTH in src/ChatBox/Logger.php., (*9)

Client

Don't forget to change the hostname and the location of WebSocketMain.swf in js/chat.js, (*10)

The Versions

31/10 2016

dev-master

9999999-dev

A small chat using websockets

  Sources   Download

GPLv3

The Requires

 

by Avatar HgO

30/10 2016

1.3.2

1.3.2.0

A small chat using websockets

  Sources   Download

GPLv3

The Requires

 

by Avatar HgO

04/06 2015

1.3.1

1.3.1.0

A small chat using websockets

  Sources   Download

GPLv3

The Requires

 

by Avatar HgO

03/06 2015

v1.3.0

1.3.0.0

  Sources   Download

The Requires

 

11/05 2015

v1.2.0

1.2.0.0

  Sources   Download

The Requires

 

10/05 2015

v1.1.0

1.1.0.0

  Sources   Download

The Requires

 

08/05 2015

v1.0.0

1.0.0.0

  Sources   Download

The Requires