Creating a web application using Node.js
I will show you how to create web applications using JavaScript and Node.js. By using JavaScript, which runs in the web browser, you can replace the roles of PHP or JSP. This allows you to implement an entire web application using a single language.

- Unresolved
localhost:3000/topic 을 했을 때 아무 화면도 render 이 안 됩니다 ㅠㅠ
안녕하세요! 이고잉 선생님이 하신 그대로 코드를 입력했는데요, localhost:3000/topic 을 입력할 경우 render 이 안 됩니다. 코드 상에서는 전혀 차이가 없는데요, 도대체 왜 그런 것인지 모르겠습니다 ㅠㅠ <
nodejsjohnkdk6092597
・
0
534
1
- Unresolved
name='title', name='description' 을 붙이는 순간 에러가 납니다.
form.jade 파일에서 query string 에 나타나는 부분인 name='title' 과 name='description' 부분을 붙이는 순간 localhost:3000/form 으로 들어가면 에러가 뜹니다. SyntaxError:
nodejsjohnkdk6092597
・
0
332
1
- Unresolved
fs.writeFile 오류
<div style="color: #eeffff; background-color: #212121; font-family: Menlo, Monaco, 'Courier New', monospace; font-size: 12px; line-height: 18px; white
nodejsjaysss
・
0
406
0
- Unresolved
public 디렉토리 어떻게 만들어요?
- 학습 관련 질문을 남겨주세요. 상세히 작성하면 더 좋아
nodejsrewhat29083856
・
0
303
1
- Unresolved
모듈을 찾을 수 없다고 합니다. 어떤 모듈을 설치해야하나요?
<img src="https://cdn.inflearn.com/public/files/posts/be533834-e044-45b3-ac30-fbed2db75910/캡처.PNG" title="캡처.PNG" width="1115" height="870" alt=""
nodejszeno1030
・
1
276
0
- Unresolved
node:internal/modules/cjs/loader:922 이런 오류가 자꾸 발생해요
<img src="https://cdn.inflearn.com/public/files/posts/32d40e62-b751-4fbb-b3d4-c5904586eab5
nodejszeno1030
・
0
294
0
- Unresolved
hostname과 port번호
hostname이랑 port번호는 컴퓨터 마다 다른가요? 계속 이상하게 떠서 질문합니다. 다르다면 어디서 찾을 수 있을까요? 예제 그대로 코딩을 했을 때 이렇게 결과물이 나옵니다.<img src="https://cdn.infl
nodejszeno1030
・
0
630
1
- Unresolved
require은 nodejs 에서만 동작하는 함수인가요?
,
nodejslsh
・
0
286
0
- Unresolved
app.get path에서 배열과 아닌 것의 차이.
app.get(['/topic/:id',<spa
nodejskimplove6038
・
0
207
0
- Unresolved
제출버튼을 눌렀을 때 아무 반응이 없습니다 ㅠㅠ
안녕하세요! 코드를 다르게 작성한 것이 있나 아무리 찾아봐도 강의랑 똑같이 친 것 같은데 제출 버튼을 눌렀을 때 아무런 반응이 없습니다 에러가 나는 것도 아니구요 ㅠㅠ <
nodejssion007005733
・
0
278
1
- Unresolved
output 관련 질문입니다!!
동영상 강의 약 5분 50초 ~ 6분 초반에 등장하는 app.js 코드의 일부분 인데요.... 아래 코드랑 그에 따른 결과 값 캡처 이미지가 보이실텐데 분명 오타 점검도 다 해봤고 이고잉님 하시는데로 코딩도 똑같이 했는데 결과값이 저 html이 나오지 안않고 ou
nodejssuperrookie
・
0
336
2
- Unresolved
지금은 jade에서 pug로 업데이트 되었네요
npm install jade --save 로 설치하면 에러가 발생하고 npm install put --save 로 설치해야 하네요, 그 사이 업데이트 되었나봐요.
nodejshyunyipark2258
・
4
595
4
- Unresolved
졸음수업에서 빵터졌어요!
고생하셨어욥 :)
nodejsipsaesol0481
・
0
239
0
- Unresolved
전체화면으로보고싶습니당 ㅠㅠ
가능할까욧
nodejssjkwan09226980
・
0
328
0
- Unresolved
Express, 템플릿 엔진 사용법 에서 질문
Express, 템플릿 엔진 사용법 에서 <div style="color: #d4d4d4; background-color: #1e1e1e; font-family: Consolas, 'Courier New', monospace; font-size:
nodejsseromkim10050797
・
0
484
2
- Unresolved
질문드립니다.
</
nodejs827107525
・
0
320
1
- Unresolved
html을 jade로 변환시 css 파일 적용방법 문의
안녕하세요, 문의 사항이 있어서 글 남깁니다. html로 되어 있는 웹사이트를 jade로 변환하여 적용하려고 하는데요. 안에 <link type"text/css" rel="stylesheet" href="css/xxx.css
nodejsjasmu0143
・
0
245
0
- Unresolved
vim app.js 모르겠습니다
vim app.js를 윈도우에서는 어떻게 써야되나요?
nodejsppoo32110523
・
0
369
2
- Unresolved
강의 촬영 날짜
당시 촬영한 날짜를 알고싶습니다
nodejsgksthf40130918
・
0
304
0
- Unresolved
지금은 jade가 아닌 pug로 이름이 바뀌었습니다.
강의에 jade로 표시된 것들을 pug로 바꿔서 하시면 다 올바르게 작동됩니다.
nodejsyicho933128
・
2
214
0

