Jonas Gloning
d38066a391
style: run prettier
2023-02-14 20:49:59 +01:00
Jonas Gloning
05f12cdc56
feat: specify cors options via cli or js
...
Closes #196 , #221
2023-02-14 20:45:31 +01:00
PrashoonB
7160e9cc20
fix README.md
2021-01-23 21:45:12 +05:30
PrashoonB
0ae926b47b
Added installation method for yarn
2021-01-23 21:41:08 +05:30
Alex Sosnovskiy
cbc7cbf526
Merge pull request #226 from cashpipeplusplus/master
...
docs: Add instructions for Google App Engine deployment
2020-11-24 10:28:49 +03:00
Joey Parrish
5f18c06ecf
docs: Add instructions for Google App Engine deployment
2020-10-30 13:08:28 -07:00
brunobg
5e7f911431
Added SSL options docs
2020-10-14 16:04:01 -03:00
Alex Sosnovskiy
b27afd8b7b
Merge pull request #214 from cashpipeplusplus/master
...
docs: Create a privacy policy for the PeerJS server
2020-10-10 13:28:56 +03:00
cashpipeplusplus
7634a99e12
doc: Create a privacy policy for the PeerJS server
...
This adds a very simply privacy policy for PeerJS servers.
Closes peers/peerjs#649
2020-08-31 17:55:33 -07:00
Damian Nowak
d404004f37
README.md: Kubernetes
2020-07-26 20:15:25 -05:00
t49tran
f2ad44a4cd
doc: remove non exist debug option
2020-05-18 14:04:20 +10:00
Jairo
e22e6acce4
Update README.md
2020-03-23 13:35:02 +01:00
afrokick
0a296aba07
add README for HTTP API
2020-03-22 00:28:50 +03:00
afrokick
8c2cc1d5d7
add badges for node version and deps
2020-03-20 03:40:53 +03:00
afrokick
4759ef055f
add description for 'generateClientId' option to README
2020-03-20 02:02:34 +03:00
afrokick
38f549a35a
fix link in readme
2020-03-20 01:57:00 +03:00
afrokick
2ea07aaef1
update readme
2020-03-20 01:54:00 +03:00
afrokick
e3800d4954
add description for options
2020-03-20 01:39:58 +03:00
afrokick
813f7aaec8
update changelog
...
fix package name in README
2020-03-19 23:35:59 +03:00
Alex Sosnovskiy
f3bb222609
Merge pull request #157 from ajmar/master
...
(feat): Allow passing in custom client ID generation function.
2020-03-19 23:11:46 +03:00
afrokick
8f3cdaec75
add info about account on docker hub
2020-03-19 23:00:59 +03:00
afrokick
75c967b768
add docker image size badge
2020-03-19 22:44:38 +03:00
George Mandis
17f3bcdd35
Update README.md
...
Fixed missing comma
2020-03-18 21:02:40 -04:00
Chris
2109b916f5
docs: specify path for express integration
2020-02-14 11:51:34 -05:00
Eden Tyler-Moss
ef651a9c7e
Resolved merge conflicts, updated README.
2020-01-31 11:39:19 +00:00
afrokick
c05fdbbdbe
add tip for gitpod
2019-12-15 15:14:36 +03:00
afrokick
b9b07b0f10
add npm icons to readme
2019-12-15 14:57:27 +03:00
afrokick
3dcf09451e
add test via browser step in README
2019-12-15 14:50:43 +03:00
afrokick
0bb887191d
add npm install method
2019-12-15 14:45:23 +03:00
afrokick
8757815da9
update readme and changelog
2019-12-15 14:33:42 +03:00
Luiz Paulo "Bills
22240081ff
add gitpod button
2019-11-08 11:06:31 -03:00
Eden Tyler-Moss
ae5452b2e1
Update README.md
2019-10-08 15:30:35 +01:00
Eden Tyler-Moss
910bf3f674
Changed to ES6 import syntax.
2019-10-03 12:01:56 +01:00
Eden Tyler-Moss
8409552275
Added NPM installation instructions.
2019-10-03 11:54:53 +01:00
Daniel Bulant
ac3e717c32
Fix peerjs command
...
There was a typo, path mypapp instead of myapp
2019-06-19 15:09:05 +02:00
afrokick
a7bc7b03d2
fix readme
...
fix dc event
2019-04-11 13:30:17 +03:00
afrokick
e24b708561
add DOCKER info
2019-04-01 17:23:07 +03:00
afrokick
86882a74f0
update README
2019-04-01 16:17:39 +03:00
Jairo Caro-Accino Viciana
b8443040d1
Update README.md
2018-08-09 18:49:20 +02:00
Jairo Caro-Accino Viciana
2cc4a54ead
Update README.md
2018-06-05 09:49:03 +02:00
Florent CATIAU-TRISTANT
130a1117e9
Updating README.md: on express example, variable names clearer
2018-01-02 19:47:40 +01:00
Arvind Ravulavaru
f9ccc47892
Fixed the deploy URL
2015-02-23 14:21:53 +05:30
Michelle Bu
0109713529
Update README.md
2014-11-01 14:49:27 -07:00
Michelle Bu
1c7ba7f77f
Merge branch 'michelle-express-rewrite'
2014-11-01 14:38:21 -07:00
Jonathan Johnson
bd101ab44f
enable "Deploy to Heroku" Button
2014-10-23 09:03:20 -05:00
lmb
054145343e
Add 'proxied' option for running the server behind a reverse proxy
2014-10-20 10:16:54 +01:00
lmb
9429006ee4
Clean up API
2014-10-18 16:07:40 +01:00
Vsevolod Strukchinsky
2ce55f8e33
Pass server
or port
option to PeerServer
...
This allows to initialize websocket server properly
2014-10-18 12:34:14 +01:00
Vsevolod Strukchinsky
9e0d861715
Migrate to express from restify
...
PeerServer is now instance of express application - this allows to combine it with other express applications.
Listen is deferred - because it now method from express (you can call it later and supply callback for start event).
Constructor now not using `new` (because we mixing in methods to express app)
Closes #36
2014-10-18 12:34:14 +01:00
Michelle Bu
2983739725
Update README and script to accept path
2014-03-01 12:37:46 -08:00