We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dab309a commit c3fe771Copy full SHA for c3fe771
README.md
@@ -17,6 +17,16 @@ npm install -g udt-collaboration-server
17
udt-collaboration-server --port 80
18
```
19
20
+## Usage as an npm module
21
+
22
+```javascript
23
+const runCollaborationServer = require("udt-collaboration-server")
24
+const server = runCollaborationServer({ port: 3000 })
25
26
+// Later...
27
+server.close()
28
+```
29
30
## Support & Docs
31
32
Join the [Universal Data Tool Slack](https://universaldatatool.slack.com) if you run into any issues!
0 commit comments