Use Node.js to build a time server and a web server
In this video, weโre continuing through the Learn You Node workshop. Weโll build a TCP time server which answers each TCP request with the current time and a web server that responds to HTTP requests with a file.
Video Notes
โ๏ธ If you havenโt done the other videos of this series, you might be lost. Start with the first video in the series.
๐บ Part 1
๐ If you need to install Learn You Node, you can get directions on their repo.
๐ ๐ In the process of doing this, weโll also learn to use NPM to install and manage a dependency. Weโll be incorporating date-fns, a date utility library for client-side Javascript and Node.
๐ Thank you for watching and for working through the exercises with me! Look out for the final video in which weโll work through the remaining Learn You Node exercises together.