1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/minchat_ynh.git synced 2024-09-03 19:36:29 +02:00
minchat_ynh/doc/DESCRIPTION.md

10 lines
704 B
Markdown
Raw Permalink Normal View History

2022-10-01 08:52:00 +02:00
Minchat is a free minimalist chat application. It is based on [wojtek77/chat](https://github.com/wojtek77/chat), itself based on [Gabriel Nava's tutorial](http://code.tutsplus.com/tutorials/how-to-create-a-simple-web-based-chat-application--net-5931).
### Features
- Simple web chat: only requires a browser ; no XMPP application.
- No need for users to register. Just need the web address. But optional authorisation control.
- On connection, the page is fed with the messages of the day
- Args are in the URL as *get* arguments, so that you can share the URL or make it a favorite to avoid filling a form.
2024-01-17 12:36:10 +01:00
Example : `https://__DOMAIN____PATH__/minchat/?room=Living&name=John`
2022-10-01 08:52:00 +02:00
- Optionaly multi room