Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 294 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 294 Bytes

koa-socket.io-chatapp

A simple NodeJS chat app using Koa + Socket.io + Swig

Install node_modules

Open the Node Command Prompt & Navigate to project folder where app.js is.

type npm install to install all the required node modules.