express 썸네일형 리스트형 win 7 에서 node.js 로 socket 통신을 하는 예제 : chat 하기, example source node.js 에서 socket 통신을 하기 - 보기 2개 : 간단 소켓 통신, chat 보기 2는 node js 에서 socket 을 사용해 보자 본 내용은 https://socket.io/get-started/chat https://github.com/socketio/chat-example 에서 가져 온것을 이용 하여 chat 를 되게 하는 것이다. 0. 기본 : win 7 x64 에서 - 노드 설치 : https://nodejs.org/dist/ 에서 - win 7 은 10.x,x 마지막 버전 10.24.1 버전 을 설치 한다 버전 12도 되나 ... 뭐가 안되더라.. 어째든 12는 뭐가 안되는 게 있어 10 을 쓴다. - https://nodejs.org/dist/v10.24.1/.. 더보기 node , express, bootstrap 으로 간단 홈페이지, example source 1. 설치가. 윈도 7- node 설치 만 하면 됨https://nodejs.org/dist/latest-v13.x/node-v13.14.0-win-x64.zipnode-v13.14.0-win-x86.zip- 이거 적당 한데 풀고- 패스에 노드 위치 잡고- cmd 에서 node -v 에 v13.9.0 이라 나오면 됨2. 서버 실행- node main.js 3. 클라이언트- 크롬에서 테스트 해 봄--------------사용한 라이브러리https://getbootstrap.com/docs/4.6/getting-started/introduction/ bootstrap-4.6.2-dist.zipE:\Src\WebServer\wNico8>npm i bootstrap@4.6.1E:\Src\WebServer.. 더보기 이전 1 다음