Sha256: 5ded9901886985bb9df3cd9991cbdf13b27870999806a3be67605b397c9dda87

Contents?: true

Size: 1.16 KB

Versions: 2

Compression:

Stored size: 1.16 KB

Contents

== Welcome to Vines

Vines is an XMPP chat server that supports thousands of simultaneous connections
by using EventMachine for asynchronous IO. User data is stored in a SQL database,
CouchDB, Redis, the file system, or a custom storage implementation that you provide.
LDAP authentication can be used so user names and passwords aren't stored in the chat
database. SSL encryption is mandatory on all client and server connections.

The Vines XMPP server includes a web chat client. The web application is available 
immediately after starting the chat server at http://localhost:5280/chat/.

Additional documentation can be found at www.getvines.com.

== Usage

1. gem install vines
2. vines init wonderland.lit
3. cd wonderland.lit && vines start
4. Login with your favorite chat program (iChat, Adium, Pidgin, etc.) to
   start chatting!

== Dependencies

* bcrypt-ruby >= 3.0.1
* eventmachine >= 0.12.10
* nokogiri >= 1.4.7
* ruby >= 1.9.2

== Ubuntu setup
$ sudo apt-get install build-essential ruby1.9.1 ruby1.9.1-dev libxml2-dev libxslt-dev

== Contact

* David Graham <david@negativecode.com>

== License

Vines is released under the MIT license. Check the LICENSE file for details.

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
vines-0.3.2 README
vines-0.3.1 README