Skip to content

NickCarneiro/PillowChat

Repository files navigation

PillowChat

A simple chat room built in an effort to learn CouchDB and PHPillow.

Architecture Overview

The front end is a typical chat window with a view of recent messages, an input box, and a list of users present. The front end relies heavily upon jQuery which communicates with PHP on the server using JSON POST requests. All chat messages are stored as documents.

Special features

PillowChat supports tripcodes for simple authentication, but these would not likely stand up to an attack by a determined adversary.

Install

  • Install CouchDB
  • Install PHPillow using PEAR
  • Create a database in CouchDB's Futon interface
  • Copy PillowChat files to your web server
  • Set your database details in settings.php

About

Simple jQuery PHPillow CouchDB chat room

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published