https://github.com/chandler767/go-wasm-chat
Example of a realtime Golang WASM chat app using PubNub in a minimal amount of code.
https://github.com/chandler767/go-wasm-chat
app chat chat-application chatbots go golang golang-examples javascript publish-subscribe pubnub pubnub-chatting pubnub-sdk-examples pubsub pubsubclient securechat tutorial wasm web-application webassembly website
Last synced: 7 months ago
JSON representation
Example of a realtime Golang WASM chat app using PubNub in a minimal amount of code.
- Host: GitHub
- URL: https://github.com/chandler767/go-wasm-chat
- Owner: chandler767
- License: unlicense
- Created: 2019-09-12T16:08:11.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-20T19:46:09.000Z (about 6 years ago)
- Last Synced: 2025-01-23T04:11:07.464Z (9 months ago)
- Topics: app, chat, chat-application, chatbots, go, golang, golang-examples, javascript, publish-subscribe, pubnub, pubnub-chatting, pubnub-sdk-examples, pubsub, pubsubclient, securechat, tutorial, wasm, web-application, webassembly, website
- Language: JavaScript
- Homepage: https://wasm.chandlermayo.com
- Size: 2.38 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Go WebAssembly Chat
Example of a realtime Golang WebAssembly chat app using PubNub.### [Try the Chat Demo](https://wasm.chandlermayo.com)
## What is PubNub?
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.