Skip to content

Commit 19e41eb

Browse files
authored
Update README.md
1 parent 3df9e90 commit 19e41eb

1 file changed

Lines changed: 20 additions & 2 deletions

File tree

README.md

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,20 @@
1-
# JavaScript-Simple-Chat
2-
Example of a simple live chat app in JavaScript using PubNub in only 10 lines of code.
1+
# JavaScript Simple Chat
2+
3+
You can create a chat app in only 10 lines of code using PubNub's V4 JavaScript SDK.
4+
5+
### [Try the Chat Demo](https://chat.chandlermayo.com)
6+
7+
## What is PubNub
8+
9+
PubNub’s primary product is a [realtime publish/subscribe messaging API](https://www.pubnub.com/products/realtime-messaging/) built on a [global Data Stream Network](https://www.pubnub.com/products/global-data-stream-network/). Messages sent with PubNub are delivered in under 0.25 seconds and PubNub supports over [70 SDKs](https://www.pubnub.com/docs). PubNub provides the secure, scalable, and reliable infrastructure to power any realtime application.
10+
11+
### [View the Chat Code](https://github.com/chandler767/JavaScript-Simple-Chat/blob/master/chat.html)
12+
13+
Want to learn more about this project or build a clone from scratch? Check out the tutorial (coming soon).
14+
15+
<a href="https://www.pubnub.com/?devrel_gh=JavaScript-Simple-Chat">
16+
<img alt="PubNub Blog" src="https://i.imgur.com/aJ927CO.png" width=260 height=98/>
17+
</a>
18+
19+
20+

0 commit comments

Comments
 (0)