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
- Host: GitHub
- URL: https://github.com/jaganathanb/koa-socket.io-chatapp
- Owner: jaganathanb
- License: mit
- Created: 2014-08-28T10:49:53.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-09-02T07:20:31.000Z (over 10 years ago)
- Last Synced: 2025-02-15T04:43:30.963Z (3 months ago)
- Language: JavaScript
- Size: 145 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.