Skip to content

Web Socket Implementation between nodejs and backbonejs

Notifications You must be signed in to change notification settings

DivyaGupta261/WebSocket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WEB SOCKET SIMULATION USING NODE.JS AND BACKBONE.JS

Backend :

A web socket is opened in the backend in port number 8001.

JSON data is formed in the backend and placed in the web socket.

Frontend :

The web socket is listening in the port 8001 using WebSocket.

When new data is added, it is added into the collection using backbone.js.

To Install :

$ npm install;

To Run :

Open the terminal to start the websocket :

$ npm start;

Open another window and start a simple server :

$ npm run server;

Open Chrome and go to :

http://localhost:8000

Frameworks used :

  1. Backend - node.js
  2. Frontend - backbone.js

Tools Used:

  1. npm

alt text

Divya Gupta

About

Web Socket Implementation between nodejs and backbonejs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published