GitXplorerGitXplorer
m

alfamegle

public
22 stars
4 forks
1 issues

Commits

List of commits on branch master.
Unverified
2fd8963a829b928636606a2cc083759624b61c0c

fix license

mmkilling committed 13 years ago
Unverified
0341b493720f94163bd38a47390280f77cf66511

Merge pull request #1 from lamby/patch-1

mmkilling committed 13 years ago
Unverified
d3192a46416db4c9ccee4ec2d62c9e1678125b18

Correct Socket.IO submodule URIs

llamby committed 13 years ago
Unverified
92fd9ea917b5475f03bf8a137ebe2c0ccfa7ae9e

fix bullet points

mmkilling committed 14 years ago
Unverified
7e77d6544f5daba7f4e04ade265c9c23465f9e5a

add $ prompt

mmkilling committed 14 years ago
Unverified
ad3962a1fffd0473fc202102554f2099e6b97174

add license

mmkilling committed 14 years ago

README

The README file for this repository.

Alfamegle

A cheap omegle clone, the result of me playing around with CoffeeScript and Socket.IO

IMPORTANT! Clone recursively:

$ git clone [repo] --recursive

How to use

$ cake build
$ coffee server.coffee

Requirements

You'll need:

  • CoffeeScript
  • node.js

License

(Simplified BSD License)

Copyright 2011 Marvin Killing. All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

  1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.

  2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY MARVIN KILLING ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

The views and conclusions contained in the software and documentation are those of the authors and should not be interpreted as representing official policies, either expressed or implied, of Marvin Killing.