Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 404 Bytes

README.md

File metadata and controls

12 lines (12 loc) · 404 Bytes

YikYak

A social network
Target:
1. Basic UI implementation
2. Personal chat
3. Group chat
4. Contact list

Technologies planned to be considered:
a. Directory service instead of just database for password storage
b. Comet instead of polling for push services. SSE etc, long polling etc yet to be studied.
c. Token based authentication to be included.