/chat

chat application in node.js

Primary LanguageJavaScriptMIT LicenseMIT

chat

Chat application used to toy with node.js

Build & Run

Server

cd ./server

npm install

gulp

Client

cd ./client

npm install

gulp serve