https://github.com/wisembly/vendor-realtime
Realtime javascript client used between Wisembly and Solid
https://github.com/wisembly/vendor-realtime
Last synced: 6 months ago
JSON representation
Realtime javascript client used between Wisembly and Solid
- Host: GitHub
- URL: https://github.com/wisembly/vendor-realtime
- Owner: Wisembly
- License: other
- Created: 2015-01-08T14:36:36.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2020-11-21T20:55:25.000Z (over 5 years ago)
- Last Synced: 2025-09-14T07:28:11.251Z (7 months ago)
- Language: JavaScript
- Size: 141 KB
- Stars: 3
- Watchers: 11
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Wisembly Real Time Vendor
# Build
To generate the production files, make sure you have already installed the
dependencies using ````npm install```` and then just use:
````
npm run-script build
````
## Tests
To launch the test suite, make sure you have already installed the dependencies
using ````npm install````.
Tests are launching in all your installed browsers. They're also launched on
Travis CI, in PhantomJS.
````
npm test
````
## License
MIT. See `LICENSE.md`