skypeter1 / Simple-NodeJs-Chat

Sample js chat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Websocket chat App

This is a simple chat app using nodejs, socket.io, websockets and CloudFoundry

Run Localy

Go to the source directory and type:

npm install

and then go to the app.js file directory

node app.js

Go to your localhost

http://localhost:8080/

Deploy to cloud Foundry

You'll need to have the cf-cli installed for this

Log into your space

cf login -a <endpoint> -u <user> -o <org> -s <space>

From the rrot directory push your app to

cf push -f manifest.yml

Have fun :)

About

Sample js chat

License:MIT License


Languages

Language:HTML 70.3%Language:CSS 16.2%Language:JavaScript 13.4%