-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathREADME
27 lines (21 loc) · 1.02 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
A Simple Chat Server - Released under MIT License
A simple chat server build entirely with node.js a test server is available at
chat.techcentroid.com/ room id
room id can be anything you want
eg: chat.techcentroid.com/123
Then share the URL with your friends so that they can join your room.
How to use:
1. You must have node and npm installed
2. Download the source, then in terminal type 'npm install' to install the dependencies.
3. Then type node app.js to run the app
4. Go to localhost:3000/unique+id
eg http://localhost:3000/12
12 is the dynamic room which you've created, similarly you can create any number of rooms when someone visits http://localhost:3000/12 they'll get connected to your room i.e 12
Features
* Dynamic Chat Rooms
* Users online in a chat room
* Mobile Support (iPhone, iPad - mobile webkit tested)
TODO:
* Delete the room from the array when no users are online
* Create a admin interface to view all the users connected and active rooms
* Create a index page that allows random generation of unique urls