/voices-ws

web socket server for get voices

Primary LanguageJavaScript

Voices Websocket Server

js-standard-style

This small server synchronizes connected clients with realtime updates from the UI. It sits between the user and external servers/services/databases etc.

architecture

Getting Started

Install dependencies

  • npm i

Run tests

  • npm run test:watch
  • Note: This will run the standard javascript style linter.

Architecture/Technology

We are using redux to manage application state, here on the server, as well as on the client.