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!
- Host: GitHub
- URL: https://github.com/usablica/dummychat
- Owner: usablica
- Created: 2012-04-01T04:35:54.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2013-02-13T12:01:18.000Z (over 13 years ago)
- Last Synced: 2025-06-27T08:42:17.159Z (about 1 year ago)
- Language: JavaScript
- Homepage: http://usabli.ca/dummy-chat/
- Size: 701 KB
- Stars: 13
- Watchers: 5
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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")