https://github.com/articulate/sox
Our super-special sockets stuff
https://github.com/articulate/sox
javascript redux socket-io
Last synced: about 1 year ago
JSON representation
Our super-special sockets stuff
- Host: GitHub
- URL: https://github.com/articulate/sox
- Owner: articulate
- License: mit
- Created: 2017-11-20T21:25:06.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-22T16:25:35.000Z (over 1 year ago)
- Last Synced: 2025-04-08T22:02:16.711Z (about 1 year ago)
- Topics: javascript, redux, socket-io
- Language: JavaScript
- Homepage:
- Size: 214 KB
- Stars: 4
- Watchers: 57
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @articulate/sox
[](https://www.npmjs.com/package/@articulate/sox)
[](https://travis-ci.org/articulate/sox)
[](https://coveralls.io/github/articulate/sox?branch=master)
Our super-special sockets stuff.
See the [client](https://github.com/articulate/sox/blob/master/docs/client.md) and [server](https://github.com/articulate/sox/blob/master/docs/server.md) documentation for details and examples.
## Contributing
Changes are tracked & published using [changesets](https://github.com/changesets/changesets).
### Adding a Changeset
1. Create a git branch. Make your desired changes.
1. Run `yarn changeset`. Follow the prompts & specify if your change is a
major, minor, or patch change.
1. Add all the changes to `.changesets` & commit.
1. Create a Pull Request. Merge into the master branch when ready.
### Publishing to NPM
Changesets will create a "Release" pull request whenever unpublished changesets
are merged into main. When ready to publish to NPM, merge this pull request,
and changes will be automatically published.