Skip to content
/ TalkBox Public

Javascript application to operate a chat message window

License

Notifications You must be signed in to change notification settings

riolet/TalkBox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Javascript application to operate a chat message window

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published