Skip to content

Commit

Permalink
feat(infra): add github link for specifying lab source code, week1.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ssupecial committed Mar 17, 2024
1 parent 4659f79 commit 23f4b90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/infra/1. Node.js.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ OS 정보를 출력하는 간단한 서버를 만들어봐요. 서버를 실행

- http 모듈로 서버를 만들어보세요. 포트 번호는 3000번으로 지정해주세요.
- Express를 쓰지 않고 http 모듈만으로 구현해보세요. 파일 하나(server.js)면 충분해요!
- HTML 파일은 `assets` 폴더에 있는 `week1.html`을 사용해주세요.
- HTML 파일은 `assets` 폴더에 있는 `week1.html`을 사용해주세요. [Github 링크](https://github.com/skkuding/cookbook/blob/main/content/docs/infra/assets/week1.html)
- 요청이 오면, HTML 파일을 읽은 다음 `os` 모듈을 사용하여 OS 정보를 읽어서 HTML에 넣어주세요. 예를 들어 `{{type}}` 부분에는 `os.type()`의 결과가 들어가야 합니다. (🔍 힌트: `String.replace`를 써보세요!)

## 설치 & 실행 ⚙️
Expand Down

0 comments on commit 23f4b90

Please sign in to comment.