Skip to content

Commit d3f85bc

Browse files
committed
Merge branch 'dev'
2 parents dd68d96 + 33f5073 commit d3f85bc

File tree

2 files changed

+25
-12
lines changed

2 files changed

+25
-12
lines changed

README.md

Lines changed: 22 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# CoCreate-socket-server
2+
23
A simple socket-server component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API. Take it for a spin in our [playground!](https://cocreate.app/docs/socket-server)
34

45
![GitHub latest release](https://img.shields.io/github/v/release/CoCreate-app/CoCreate-socket-server?style=flat-square)
@@ -16,25 +17,27 @@ We appreciate your continued support, thank you!
1617

1718
# Table of Contents
1819

19-
- [Table of Contents](#table-of-contents)
20-
- [Announcements](#announcements)
21-
- [Roadmap](#roadmap)
22-
- [How to Contribute](#how-to-contribute)
23-
- [About](#about)
24-
- [License](#license)
20+
- [Table of Contents](#table-of-contents)
21+
- [Announcements](#announcements)
22+
- [Roadmap](#roadmap)
23+
- [How to Contribute](#how-to-contribute)
24+
- [About](#about)
25+
- [License](#license)
2526

2627
<a name="announcements"></a>
28+
2729
# Announcements
2830

29-
All updates to this library are documented in our [CHANGELOG](https://github.com/CoCreate-app/CoCreate-socket-server/blob/master/CHANGELOG.md) and [releases](https://github.com/CoCreate-app/CoCreate-socket-server/releases). You may also subscribe to email for releases and breaking changes.
31+
All updates to this library are documented in our [CHANGELOG](https://github.com/CoCreate-app/CoCreate-socket-server/blob/master/CHANGELOG.md) and [releases](https://github.com/CoCreate-app/CoCreate-socket-server/releases). You may also subscribe to email for releases and breaking changes.
3032

3133
<a name="roadmap"></a>
34+
3235
# Roadmap
3336

3437
If you are interested in the future direction of this project, please take a look at our open [issues](https://github.com/CoCreate-app/CoCreate-socket-server/issues) and [pull requests](https://github.com/CoCreate-app/CoCreate-socket-server/pulls). We would love to hear your feedback.
3538

36-
3739
<a name="about"></a>
40+
3841
# About
3942

4043
CoCreate-socket-server is guided and supported by the CoCreate Developer Experience Team.
@@ -44,9 +47,19 @@ Please Email the Developer Experience Team [here](mailto:[email protected]) i
4447
CoCreate-socket-server is maintained and funded by CoCreate. The names and logos for CoCreate are trademarks of CoCreate, LLC.
4548

4649
<a name="contribute"></a>
50+
4751
# How to Contribute
4852

4953
We encourage contribution to our libraries (you might even score some nifty swag), please see our [CONTRIBUTING](https://github.com/CoCreate-app/CoCreate-socket-server/blob/master/CONTRIBUTING.md) guide for details.
5054

55+
<a name="license"></a>
56+
5157
# License
52-
[The MIT License (MIT)](https://github.com/CoCreate-app/CoCreate-socket-server/blob/master/LICENSE)
58+
59+
This software is dual-licensed under the GNU Affero General Public License version 3 (AGPLv3) and a commercial license.
60+
61+
- **Open Source Use**: For open-source projects and non-commercial use, this software is available under the AGPLv3. The AGPLv3 allows you to freely use, modify, and distribute this software, provided that all modifications and derivative works are also licensed under the AGPLv3. For the full license text, see the [LICENSE file](https://github.com/CoCreate-app/CoCreate-socket-server/blob/master/LICENSE).
62+
63+
- **Commercial Use**: For-profit companies and individuals intending to use this software for commercial purposes must obtain a commercial license. The commercial license is available when you sign up for an API key on our [website](https://cocreate.app). This license permits proprietary use and modification of the software without the copyleft requirements of the AGPLv3. It is ideal for integrating this software into proprietary commercial products and applications.
64+
65+
If you have not purchased a commercial license and intend to use this software for commercial purposes, you are required to sign up for an API key on our website.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@
4040
},
4141
"homepage": "https://cocreate.app/docs/CoCreate-socket-server",
4242
"dependencies": {
43-
"@cocreate/config": "^1.7.0",
44-
"@cocreate/uuid": "^1.8.0",
45-
"@cocreate/utils": "^1.28.0",
43+
"@cocreate/config": "^1.8.0",
44+
"@cocreate/uuid": "^1.9.0",
45+
"@cocreate/utils": "^1.29.0",
4646
"ws": "7.5.9"
4747
}
4848
}

0 commit comments

Comments
 (0)