https://github.com/montyanderson/anon-chat
An online chat that uses MongoDB. (will ultimately involve encryption)
https://github.com/montyanderson/anon-chat
Last synced: 3 months ago
JSON representation
An online chat that uses MongoDB. (will ultimately involve encryption)
- Host: GitHub
- URL: https://github.com/montyanderson/anon-chat
- Owner: montyanderson
- License: apache-2.0
- Created: 2014-09-08T18:09:41.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-09-30T17:59:28.000Z (over 10 years ago)
- Last Synced: 2025-01-18T00:41:25.232Z (5 months ago)
- Language: PHP
- Homepage: http://chat.montyanderson.net
- Size: 450 KB
- Stars: 2
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

---------------------------------------------An online chat that uses MongoDB.

Public Chatrooms
----------------* [chat.montyanderson.net](http://chat.montyanderson.net)
* [anon-chat.tk](http://anon-chat.tk)Features
--------* Base-64 encodes traffic to avoid swearing/monitoring filters.
* Automatically stores different domains in different collections.
* So you can host multiple different chatrooms on the same server.
* Works best with apache virtualhosts.
* Requires minimal setup-time.
* Allows for admin logins.
* Admins can set the colour of their name (to show their status).
* Admins can see a **hash of** IPs (in order to identify people).
* Admins will be able to delete messages.Installation
------------Installation comming soon!
