forked from josias/chat
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
5 months ago | |
---|---|---|
.gitignore | 4 years ago | |
LICENSE | 2 years ago | |
README.md | 2 years ago | |
chat.png | 3 years ago | |
getchat.php | 5 months ago | |
index.php | 5 months ago | |
nojs.php | 2 years ago | |
post.php | 5 months ago | |
script.js | 5 months ago | |
style.css | 2 years ago |
README.md
Simple Chat
A dead simple, text-based, PHP chatroom
Features
- Timestamps (UTC)
- Seamless posting (you can send one message right after another)
- Name choosing (and session saving)
- Notifications
TODO
- Update chat more efficiently
- Admin interface
- New UI
- User settings page (username, theme, etc)
Installation
git clone https://codeberg.org/josias/chat.git
cd chat
touch chat.txt
You may also have to chmod the chat.txt file, depending on how you are setting it up.