lehnerchristian / KSSProjekt

Repository for the project of Complex Software at University of Applied Science Salzburg

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KSSProjekt

Repository for the project of Complex Software at University of Applied Science Salzburg

It is a simple webserver written in JavaScript using Node.js. The server generates random numbers and sends each time it generated a number to all connected clients via Socket.io.

Before you start this project you have to install the NPM packages:

    npm install

After the packages were installed successfully you can start the server via:

    node server.js

The server will start and listen to port 3000.

This little project was made by Fabio Batz, Andreas Frank and Christian Lehner.

About

Repository for the project of Complex Software at University of Applied Science Salzburg


Languages

Language:JavaScript 49.4%Language:HTML 36.0%Language:OpenEdge ABL 7.0%Language:Makefile 5.2%Language:C++ 2.5%