20 Commits

Author SHA1 Message Date
Kevin Jahns
6fcabc57e0 add documentation 2022-03-21 13:30:57 +01:00
Ya Zhuang
6b61bae779
correct npx directive
according to the [doc](https://docs.npmjs.com/cli/v8/commands/npx), npx needs package name rather than the binary name. so executing `npx y-websocket-server` would not download and run the server binary in `y-websocket`, it would download from [y-websocket-server](https://npmjs.com/package/y-websocket-server) instead, which could lead to remote arbitrage code execution.
2021-12-30 11:40:59 +08:00
Hans Pagel
cae7c9757d
fix typo 2021-05-15 11:06:26 +02:00
Kevin Jahns
9d7e5eaec8
Add info about y-websocket-server to quick-start 2021-02-20 22:32:40 +01:00
Kevin Jahns
e160a17e3a
Update README.md 2021-01-08 08:56:11 +01:00
James Addison
1c278ad268 Add HOST environment variable to configure websocket-server bind address 2021-01-04 17:43:39 +00:00
Kevin Jahns
2a3d623232 API Docs 2020-12-18 12:16:52 +01:00
Kevin Jahns
74f0c96c5a
Update docs 2020-11-07 22:15:45 +01:00
James Addison
69016d809d README: Small fixup for the example client code snippet 2020-09-16 16:56:47 +01:00
Kevin Jahns
f7e5d4cb76 personal style update 2020-08-08 18:45:16 +02:00
Mansehej Singh
f61b364248 Change run script in ReadMe callback example 2020-07-30 03:03:03 +05:30
Mansehej Singh
968e71e038 Update ReadMe for HTTP Callbacks 2020-07-12 21:11:42 +05:30
Kevin Jahns
f6943f33af Fix YPERSISTENCE -- allowing y-leveldb persistence 2020-07-10 02:40:03 +02:00
István Koren
399d36ff43
Fixing README.md typos and errors
Mainly, the provider const was undefined (as it was wsProvider). Along this fix I corrected some typos.
2019-09-28 10:19:57 +02:00
Kevin Jahns
f4eb236d8a fix example ws url 2019-06-02 15:16:31 +02:00
Kevin Jahns
fb18c6ce30 implement new awareness protocol 2019-05-19 21:06:08 +02:00
Kevin Jahns
b82399798c prelim new Provider approach 2019-05-12 11:19:37 +02:00
Kevin Jahns
4084573369 Add license 2019-05-08 13:33:41 +02:00
Kevin Jahns
e8647afafc update to work with Yjs@13.0.0-82 2019-05-07 14:07:40 +02:00
Kevin Jahns
e819493fe1 add readme 2019-04-28 02:38:41 +02:00