Skip to content

Instantly share code, notes, and snippets.

@jim-clark
Last active August 29, 2015 14:27
Show Gist options
  • Save jim-clark/94a70a9fd98f7aa3cb05 to your computer and use it in GitHub Desktop.
Save jim-clark/94a70a9fd98f7aa3cb05 to your computer and use it in GitHub Desktop.

Realtime Chat Lab


This Lab is a Partner Exersise


Requirements

  • Using your knowledge from the previous lesson, build a realtime chat app that:
    • Displays a text <input> for the user's name.
    • Displays a <textarea> for the user to enter a message in.
    • Displays a button tied to a click event that sends the message, then clears the <textarea>.
    • Displays the chat messages, along with the user's name that sent it - as they are sent!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment