Skip to content

Technocrats237/socket-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Socket Server

This repository contains the websocket application. This server updates the charts in realtime. The browser client essential publishes (and listens) to events to and from this application. It is a simple server built in NodeJS using ExpressJS.

Dependencies

All the requirements are spelled-out in the package.js file.

Run

  1. Install node dependencies

$ npm install (or yarn)

  1. Run the application

$ node socket.js

Possible issue

You may need to update the ip address of the dashboard/templates/pages/index.html page in the scripts section to point to this server.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published