Skip to content
This repository has been archived by the owner on Jul 27, 2022. It is now read-only.

futurice/futu2-Efficient-IoT-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Futu_2 Node.js app

Backend for sensors and clients

  • Uses websockets for communication
  • Caches some messages for short period

Requirements

Local setup

  1. Run Redis redis-server
  2. Install dependencies:npm install
  3. Start server and watch changes: npm run watch
  4. Visit http://localhost:8080/ to test different events

Other commands

  • To lint (ESlint and JSCS): npm run lint
  • To run tests: npm run test
  • To run tests continuously: npm run test-watch

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published