-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
34 lines (31 loc) · 1.48 KB
/
index.html
File metadata and controls
34 lines (31 loc) · 1.48 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>AtomChatJBS</title>
<style>
* {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"
}
</style>
</head>
<body>
<h1>AtomChatJBS</h1>
<p>A lightweight chatting application designed to be portable, instantly deployable, and reliable for all of your communication purposes. Mainly used for ***chatting during classes*** (still a high schooler man)</p>
<p>Though AtomChat is in the name of this app, this app is separate from AtomChat. AtomChat is a unified server with indivdual client apps that connects with atom-stack, whereas AtomChatJBS runs on Javascript, is the Bare Minimum, and is a Server and Client combination.
</p>
<p>AtomChatJBS was mainly made to be self-hosted on a computer and for everyone to connect to that IP (for example, server and one of the users is on 10.12.34.5). However, it can be hosted on any platform, such as Glitch, Heroku, or GitHub Pages.
</p>
<h3>Features</h3>
<ul>
<li>Messaging</li>
<li>User went online/offline detection</li>
<li>User list on the client side </li>
<li>Automatic reconnection when user/client is no longer active</li>
<li>Notifications (when active)</li>
<li>Typing Indicators</li>
</ul>
with more coming soon!
<center>Try it out at <a href="//yap-yap.glitch.me">yap-yap.glitch.me</a></center>
</body>
</html>