chat

command
v0.0.0-...-15cc3ae Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 12, 2015 License: MIT, BSD-3-Clause Imports: 5 Imported by: 0

README

Description

This is a sample chat program implemented using PostgreSQL's listen/notify functionality with pgx.

Start multiple instances of this program connected to the same database to chat between them.

Connection configuration

The database connection is configured via enviroment variables.

  • CHAT_DB_HOST - defaults to localhost
  • CHAT_DB_USER - defaults to current OS user
  • CHAT_DB_PASSWORD - defaults to empty string
  • CHAT_DB_DATABASE - defaults to postgres

You can either export them then run chat:

export CHAT_DB_HOST=/private/tmp
./chat

Or you can prefix the chat execution with the environment variables:

CHAT_DB_HOST=/private/tmp ./chat

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL