You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+22-9Lines changed: 22 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,5 @@
1
1
# CoCreate-socket-server
2
+
2
3
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)
@@ -16,25 +17,27 @@ We appreciate your continued support, thank you!
16
17
17
18
# Table of Contents
18
19
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)
25
26
26
27
<aname="announcements"></a>
28
+
27
29
# Announcements
28
30
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.
30
32
31
33
<aname="roadmap"></a>
34
+
32
35
# Roadmap
33
36
34
37
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.
35
38
36
-
37
39
<aname="about"></a>
40
+
38
41
# About
39
42
40
43
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
44
47
CoCreate-socket-server is maintained and funded by CoCreate. The names and logos for CoCreate are trademarks of CoCreate, LLC.
45
48
46
49
<aname="contribute"></a>
50
+
47
51
# How to Contribute
48
52
49
53
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.
50
54
55
+
<aname="license"></a>
56
+
51
57
# 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.
0 commit comments