Skip to content

A demonstration of HTTP Long Polling and Web Sockets for the university.

Notifications You must be signed in to change notification settings

yveskaufmann/VS_Demos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demonstration of HTTP Long Polling and Web Sockets

This repository contains demonstration of the usage of _HTTP-Polling and _WebSockets in the form of a simple web based chat. The chat is only supposed to demonstrate the usage of web sockets or HTTP Long Polling for the university in the class "Verteilte Systeme".

Dependencies

The demonstration depends on some external dependencies which must be installed on your workstation in order to run this demonstration.

Due the fact that this demo uses Node.js you have to first to install first on your system by following the installation instruction on the Website.

Install

$ npm install -g bower
$ npm install
$ bower install

Running the Demo

$ chmod 755 bin/www
$ npm start

Anschließend öffnen der URL

About

A demonstration of HTTP Long Polling and Web Sockets for the university.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published