随笔分类 - Web Development
摘要:Middleware From the Express docs… A middleware is a function with access to the request object (req), the response object (res), and the next middlewa
阅读全文
摘要:Context Objects When a template is rendered using res.render, there are two arguments. → The view or template to render… and the context object. The c
阅读全文
摘要:Web Frameworks Web frameworks can be very featureful: providing everything for you from database access to templating… and even dictating your project
阅读全文
摘要:Node's net Module What's the net module used for? → It's for creating TCP/IP servers and clients. What are the objects that we used when creating a se
阅读全文
摘要:Some Definitions Before we start, we should probably get a few definitions out of the way! ip address - number given to a computer / device on a netwo
阅读全文
摘要:Definitions Yeah, some of these might be silly, but let's do this! What's the difference between the internet and the web (I'm really asking this). →
阅读全文