An open API service indexing awesome lists of open source software.

https://github.com/jaganathanb/koa-socket.io-chatapp

A simple NodeJS chat app using Koa + Socket.io + Swig
https://github.com/jaganathanb/koa-socket.io-chatapp

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

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.