Skip to content

tekacs/jschat-heroku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a simple Heroku app which pulls in the excellent JSChat gem and
connects to the JSChat server specified in config.json.

JSChat can be found here: http://github.com/alexyoung/jschat/

Please note that (as far as I know) you can’t currently host the JSChat
server on Heroku, so this will have to be elsewhere.

Config

Configuration consists solely of settings values in the file ‘config.json’
as follows:

{
    "port": integer,
    "ip": "hostname or IP"
}

An example configuration file would be as follows:

{
    "port": 3001,
    "ip": "example.com"
}

About

A Heroku version of the web client to JSChat.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages