Skip to content

Latest commit

 

History

History
65 lines (44 loc) · 2.53 KB

File metadata and controls

65 lines (44 loc) · 2.53 KB

PubNub Chat - Haxor Challenge

Your goal is to create simple chat application that can send messages between two browser windows. The chat app does not need to be styled, but it does need to work!

CleanShot 2022-12-30 at 13 17 10@2x

This is a Haxor DX bounty challenge. For more information, see the Haxor docs.

Leave this here

Requirements

  • Javascript

Timeframe

This challenge should take 30 minutes to 1 hour.

Instructions

  1. Sign up for a PubNub account
  2. Use the resources available on PubNub.com to learn how to publish and subscribe to messages on a channel
  3. Create a webpage that includes
  4. An input box to type a message
  5. A submit button
  6. When the submit button is pressed, the message should sent via pubnub.publish
  7. Any other browser window that loads your simple chat app should receive the message via pubnub.subscribe

Submitting Feedback

Make sure to submit your feedback and friction points along the way to earn points! What was confusing? What took longer than it should have?

gh issue create -l "feedback" -w -b "`replayable --md`" gh issue create -l "bug" -w -b "`replayable --md`"

Adding Your Solution

Your solution should include a clip of you sending a message between two browser windows.

Hall of Fame