Skip to content

Instantly share code, notes, and snippets.

@torus
Created December 5, 2009 04:16
Show Gist options
  • Save torus/249536 to your computer and use it in GitHub Desktop.
Save torus/249536 to your computer and use it in GitHub Desktop.

webchat

A tiny Ajax and comet-based chat system implemented in Scheme. Visit the project page on github.com.

REQUIREMENTS

  • Gauche 0.8.13 or later
  • Apache or lighttpd with CGI support
  • Git (for downloading)

DOWNLOAD

git clone git://github.com/torus/webchat.git

SETUP

  • chmod +x *.cgi
  • Set permission of this directory so that the HTTP daemon can create a data directory and log files.
  • Access index.html from web browser.

When you access index.html for the first time, a data diretory and a new log file will be generated automatically.

LICENSE

Same as Gauche (BSD license).

AUTHOR

Toru Hisai <toru at torus dot jp>

Enjoy!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment