https://github.com/syncano/sockets
https://github.com/syncano/sockets
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/syncano/sockets
- Owner: Syncano
- Created: 2016-11-28T14:53:29.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-08T15:34:58.000Z (over 9 years ago)
- Last Synced: 2025-03-08T18:51:14.243Z (over 1 year ago)
- Language: JavaScript
- Size: 1.71 MB
- Stars: 0
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Node Machines to Syncano Sockets Installation & Testing Script
## Go to: `./sockets`
## Install dependencies
```sh
$ npm install
```
## To Run Everything at once
```sh
$ npm start
```
## To Run Tests
```sh
$ npm run tests
```
1. Create a temporary testing account on Syncano.
`npm run account`
2. Convert node machines into Syncano sockets by creating *.js and *.yml files.
`npm run sockets`
3. Test if sockets have been installed correctly, then remove them afterwards.
`npm run e2e`
4. Run unit tests
`npm test`