Author: Erik Jan de Wit, Corinne Krych
Level: Intermediate
Technologies: JavaScript, socket.io, express.
Summary: A demonstration of how to use socket.io, express.
Community Project: Feed Henry
Source: https://github.com/RHMAP-Sample-Mobile-Apps/pointing-cloud
Prerequisites: node 4+
This application works with Pointing Cordova App. Different version of the app exist for other platform like pointing-dotnet-app.
Install:
$>npm installStart the server with:
$> node app.jsFor testing there are some scripts in test one to post a new session and a WebSockets client that
will get notified of the created session.
$> node client.js$> node post.js