Home - sabyamon/yammer GitHub Wiki

Welcome to the Yammer wiki!

Current stable version is 0.1.

Previous stable version is 0.1.

Introduction

Yammer is a social chat application using Node.js , Socket.io , Express, Jade and MongoDB and WebRTC. This application allows the users to do text and video chat , share screens , share goodies , File Sharing and perform a group chat .

Installation

Please refer to the installation guide of Node.js to install Node and NPM in your system. For Installing MongoDB , please refer to the following official guide for MongoDB installation.

To clone the project use :

git clone https://github.com/sabyamon/yammer.git

cd yammer

node app.js

It will start the yammer server on port 3000.

Access the chat server through localhost:3000.

Login to the chat room using your valid facebook accound.

Yammer expects a mongodb server running on the default port i.e 27010 .

Yammer will store the user informations whenever a user will login in Yammer.

FAQ

The FAQ answers common questions people have about Yammer.

Users

Soon to create an IRC channel for Yammer to discuss about the issues and feature request.

Information about who runs the project.

ChangeLog

The Future