Skip to content

Instantly share code, notes, and snippets.

@jw56578
Last active July 17, 2019 22:38
Show Gist options
  • Save jw56578/937836b7252665183013e0f5751c4957 to your computer and use it in GitHub Desktop.
Save jw56578/937836b7252665183013e0f5751c4957 to your computer and use it in GitHub Desktop.
ACA Notes Day 7

Anouncements

Presentation

White board

  • does anyone have a solution to present for find non repeating?
  • https://repl.it/@jw56578/findNonRepeatingSolution2
  • there is a very straight forward way to solve this that isn't ideal
  • What is the technique that will allow us to solve this problem very easily and with time considerations.

Review

Objective

  • Understand why we use express when we already built a server in nodejs
  • Know how to code an express based server
  • We need to run an express server program on our computers such that other computers in class can request information from it

Lesson

Homework

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment