개발이야기/Node.js
Glitch 를 사용해서 간략하게 Node.js 사용해보기
C.엠케이
2022. 4. 2. 21:30
Glitch 를 사용해서 간단하게 Node.js를 사용해볼 수 있다.
Glitch: The friendly community where everyone builds the web
Simple, powerful, free tools to create and use millions of apps.
glitch.com
회원가입 후 로그인
Node.js 의 'Blank Node' 를 클릭해서 Web 상에서 node 를 사용해보자
server.js 를 간단하게 수정해보고, 하단의 Preview 버튼을 클릭하면 작성한 내용이 오른쪽 panel 에 표시된다.
그 외 Log, Terminal, Status 등 확인이 가능하다.