Socket.io and request.js minimal/basic/standalone Clients (SandBox/demo kit)
Several scripts to test server and prepare future implementations (#1/4 & #2/4)
git clone https://github.com/tomplays/MusicBoxClients.git
cd MusicBoxClients
npm install
see config.json
- PORT / default : 3013 (the remote server port)
- API endpoint (to api core)
npm run-script start
To create a new post, or what you want.. (using file request_poster.js)
node request.js
Tom Wersinger homeof@gmail.com
Copyright (C) 2014 Tom Wersinger homeof@gmail.com
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
- DISCLAIMER
The author disclaims any responsibility for any mangling of your system etc, that this script may cause.