-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME
40 lines (26 loc) · 1.09 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
28
29
30
31
32
33
34
35
36
37
38
39
40
= About =
A tabbed Twitter interface.
A chat room can be:
- a Twitter search stream (for example, a hashtag)
- a user's timeline
- a user's private list stream
- current user private messages
- current user private messages with another user (emulating PVT messaging/chatrooms)
For the purpose of Node Knockout, the goal is to allow creating rooms to follow public hashtags (work in progress)
= About posting messages =
Although typing a message will display it on the chatroom, messages arent being posted to Twitter.
48h and 1 man army aren't enough to develop the required security.
= Implementation =
- Data I/O between chatrooms and server is abstracted using the dojo publish/subscriber model. This allows easy implementation
of adicional networks, as facebook, real IRC ...
- Core features are implemented in a "kernel" and everything else is implemented using plugins
= Requirements =
* NPM modules
- connect
- connect-auth
- oauth
= TODO =
- Focus the chatrooms on the last message
- Post twitter messages
- Memcached support
- Some more.