Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 666 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 666 Bytes

TalkBox

This is a javascript plugin that handles back-and-forth between client and server for a messaging app.

Contents

This repository contains:

  • The javascript and css of the TalkBox
    • /static/css/talkbox-default.css
    • /static/js/talkbox.js
  • An example html file using the TalkBox
    • example.html
  • A sample python program to generate responses to the ajax requests
    • server.py
    • This requires web.py to run. (install with pip: pip install -r requirements.txt)
  • A sample PHP program to generate responses to the ajax requests
    • request.php
    • reset.php
    • This requires the ability to run php files, for example through apache