Skip to content

Instantly share code, notes, and snippets.

@lalunamel
Last active May 22, 2018 14:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lalunamel/941158d6348ceaf61187be6d6b96d40b to your computer and use it in GitHub Desktop.
Save lalunamel/941158d6348ceaf61187be6d6b96d40b to your computer and use it in GitHub Desktop.
Turing - Websockets Lesson
# Websockets
## Notes
Delete word backward: terminal -> pref -> profiles -> keyboard -> use option as meta
also ctrl a, e
## Agenda
- Have students think about what `real time` means
- Explain the HTTP req/res cycle
- Have the students think on how that could be massaged into something that supports `real time`
- Explain how that was massaged into something that supports `real time`
- Explain why those solutions suck
- Side note, DDOS
- Explain websockets
- Go through example
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment