Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 1.69 KB

README.md

File metadata and controls

35 lines (20 loc) · 1.69 KB

Specteex - Wizard Of Oz Server

This project was generated with npm version 5.6.0.

This server uses websocket technology for client-server communication. In this version, it only responds to the requests made with the WS protocol and returns a generic error for the HTTP ones.

Development server

Run npm start for a dev server. The app will automatically reload if you change any of the source files.

Navigate to http://localhost:3000/ to check if the server is started, it will return you the HTTP - 404 Not Found error. Remember that the server only handles calls mede with the WS protocol. To test the connection with the WS protocol and try to send test messages, it is necessary to use a websocket client. I personally use Google Chrome as browser and I find the Smart Websocket Client plugin very useful.

Build

Run npm run-script build to build the project. The build artifacts will be stored in the dist/ directory.

Running unit tests

Run npm test to execute the unit tests via Karma.

Further help

To get more help on the Angular CLI use npm help or go check out the npm Documentation.


Copyright (C) 2018 Gianni Bombelli & Emanuele Mantovani @ Intré S.r.l.

Image

This documentation is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.