An open API service indexing awesome lists of open source software.

https://github.com/usablica/dummychat

A NodeJS-Socket.IO dummy chat, every client has a dummy and can play with it!
https://github.com/usablica/dummychat

Last synced: about 1 year ago
JSON representation

A NodeJS-Socket.IO dummy chat, every client has a dummy and can play with it!

Awesome Lists containing this project

README

          

# Dummy Chat
============
Dummy chat is a simple NodeJS application which let's users to move around in a farm and *shout*! Each user has a dummy to play with, and communicate with other users in public.

### Purpose
------------
Dummy chat is generally developed for educational purposes and biginners who want to get to know NodeJS and Socke.IO.

### Requirements
-----------------
+ NodeJS
+ Socket.IO

### Installation
-----------------
After downloading and extracting the package from the link below, you need to run the NodeJS *server* from server directory
```
$ node srv.js
```

Then you can go to *client* directory and open *index.html* with your favorite browser.

### Main Credits
----------------
+ [Afshin Mehrabani] (https://github.com/afshinm "Afshin Mehrabani on GitHub")
+ [Fardin Koochaki] (https://github.com/Fardink "Fardin Koochaki on GitHub")
+ [Ali Ehsanfar] (https://github.com/ehsania "Ali Ehsanfar on GitHub")