일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | |
7 | 8 | 9 | 10 | 11 | 12 | 13 |
14 | 15 | 16 | 17 | 18 | 19 | 20 |
21 | 22 | 23 | 24 | 25 | 26 | 27 |
28 | 29 | 30 |
- CLASS
- HTML
- hardhat
- typeScript
- express.js
- Props
- solidity
- built in object
- Ethereum
- REACT
- concept
- Redux
- Interface
- nextJS
- API
- 삶
- 기준
- blockchain
- middleware
- CSS
- web
- node.js
- useState
- JavaScript
- SSR
- graphQL
- bitcoin
- tailwindcss
- evm
- error
- Today
- Total
목록Frontend/Network (8)
ReasonJun
SSL, which stands for Secure Sockets Layer, is a cryptographic protocol designed to provide secure communication over a computer network. It ensures that the data transmitted between a client (such as a web browser) and a server is encrypted and protected from unauthorized access or tampering. SSL was developed by Netscape Communications in the mid-1990s and has become an industry standard for s..
In the context of web development, middleware refers to a software component or function that sits between the client and the server in a request-response cycle. It provides a way to intercept, process, and modify requests and responses, often adding additional functionality or transformations to the data flowing through the system. Middleware acts as a bridge or layer that sits in the middle of..