Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dvcrn/chatty
omegle-like random chat application for facebook
https://github.com/dvcrn/chatty
Last synced: 6 days ago
JSON representation
omegle-like random chat application for facebook
- Host: GitHub
- URL: https://github.com/dvcrn/chatty
- Owner: dvcrn
- Created: 2012-09-25T02:46:24.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2012-09-25T02:56:45.000Z (about 12 years ago)
- Last Synced: 2023-03-13T10:55:30.972Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 230 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Random Chat Facebook Application
- Please note: This app was intended to be a POC. It is very likely outdated!### Requirements
##### - Client
- node.js
- socket.io (install through npm)##### - Server
- Python
- Django (install through pip / easy_install)
- simplejson (install through pip / easy_install)
- MySQL