comparison src/about.html.luan @ 86:625ffdf6499d

web app
author Franklin Schmidt <fschmidt@gmail.com>
date Wed, 12 Mar 2025 12:26:19 -0600
parents 8270106644db
children
comparison
equal deleted inserted replaced
85:2158a5950fcd 86:625ffdf6499d
18 <body> 18 <body>
19 <% header() %> 19 <% header() %>
20 <div content> 20 <div content>
21 <h1>About Luan Chat</h1> 21 <h1>About Luan Chat</h1>
22 22
23 <p>This is a free web-based instant messaging service written for websites wanting to provide support through chat. The other existing solutions are overcomplicated enterprise services that are often expensive. All that is really needed is a simple general chat. Each user gets a URL and other people can chat with the user through that URL.</p> 23 <p>This is a free web-based instant messaging service written for websites wanting to provide support through chat. The other existing solutions are overcomplicated enterprise services that are often expensive. All that is really needed is a simple general chat. Each user gets a URL and other people can chat with the user through that URL. A website can use this to link to chat support.</p>
24
25 <p>Skype is being discontinued and Luan Chat was designed to be like Skype. So Skype users can switch to Luan Chat as a replacement for Skype.</p>
24 26
25 <p>As a simple service, this doesn't implement features that can be handled elsewhere. In particular it doesn't provide:</p> 27 <p>As a simple service, this doesn't implement features that can be handled elsewhere. In particular it doesn't provide:</p>
26 <ul> 28 <ul>
27 <li>file transfer - Use email instead.</li> 29 <li>app notifications - If email notification is enough, just use a regular email address for notification. But if you want app notification, use the email of a service like <a href="https://pushover.net/">Pushover</a>.</li>
28 <li>voice, video, and screen share - Use <a href="https://talky.io/">Talky</a> or <a href="https://www.zoom.com/">Zoom</a> instead. With Talky, you can set a Talky URL to be your voice URL for easy access. With Zoom, post a meeting URL in chat.</li> 30 <li>voice, video, and screen share - Use a service like <a href="https://whereby.com/">Whereby</a> that you can link to.</li>
29 </ul> 31 </ul>
32 <p>You can integrate these external services from the <a href="/account.html">account page</a>.</p>
30 33
31 <p>For questions, <a href="https://chat.luan.software/chat?with=fschmidt@gmail.com">contact me</a>. This is an open <a href="https://hg.reactionary.software/repo/chat/">source</a> project.</p> 34 <p>For questions, <a href="https://chat.luan.software/chat?with=fschmidt@gmail.com">contact me</a>. This is an open <a href="https://hg.reactionary.software/repo/chat/">source</a> project.</p>
32 </div> 35 </div>
33 </body> 36 </body>
34 </html> 37 </html>