Heads up! To view this whole video, sign in with your Courses account or enroll in your free 7-day trial. Sign In Enroll
Well done!
You have completed Express Basics!
You have completed Express Basics!
Preview
Learn the basics of setting up a server with Express.
Deploying Express
Related Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign upRelated Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign up
Here's the app it has one page and
it says, I love Treehouse!
0:00
And that's it believe it or not,
0:01
this simple app contains all the basic
components of an Express application.
0:03
Express sets up its server, a server is
a program that runs on a remote computer.
0:10
Its job is to wait for
HTTP requests from clients.
0:16
Request is a technical term for
0:21
what is happening when you
type in a URL into a browser.
0:23
Your browser is making a request to
a server at the URL address you typed in.
0:27
You need to sign up for Treehouse in order to download course files.
Sign upYou need to sign up for Treehouse in order to set up Workspace
Sign up