Skip to content

Latest commit

 

History

History
59 lines (28 loc) · 1.24 KB

README.md

File metadata and controls

59 lines (28 loc) · 1.24 KB

MusicBoxClients #4/4

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)

INSTALL

git clone https://github.com/tomplays/MusicBoxClients.git

cd MusicBoxClients

npm install

OPTIONS

see config.json

  • PORT / default : 3013 (the remote server port)
  • API endpoint (to api core)

A. Using Sockets clients

RUN/START

npm run-script start

B. Using Request.js scripts

To create a new post, or what you want.. (using file request_poster.js)

RUN/START

node request.js

Build Status

AUTHOR

Tom Wersinger homeof@gmail.com

COPYRIGHT

Copyright (C) 2014 Tom Wersinger homeof@gmail.com

LICENSE

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.