141 Commits

Author SHA1 Message Date
Jairo
cd058d056c update ws version 2018-08-13 10:14:36 +02:00
Jairo Caro-Accino Viciana
177d4f0f6a
Update server.js
fix bug
2018-08-13 10:05:25 +02:00
Jairo Caro-Accino Viciana
5012793f23
Update server.js
Ignore token if not configured
2018-08-13 09:59:34 +02:00
Jairo Caro-Accino Viciana
b8443040d1
Update README.md 2018-08-09 18:49:20 +02:00
Marco Tundo
19d6380927 Fix for update to ws@5.2.0 module. 2018-07-16 22:16:29 +02:00
Marco Tundo
9c789f96b5 Updated dependencies. 2018-07-16 22:16:29 +02:00
Jairo Caro-Accino Viciana
c87f6346d9
travis nodejs version 2018-07-13 10:33:06 +02:00
Jairo Caro-Accino Viciana
2cc4a54ead
Update README.md 2018-06-05 09:49:03 +02:00
Jairo Caro-Accino Viciana
77779e2fba
Merge pull request #106 from Kapcash/documentation-updates
fix#86: "Updating README.md: on express example, variable names clearer"
2018-06-05 09:48:14 +02:00
Florent CATIAU-TRISTANT
130a1117e9 Updating README.md: on express example, variable names clearer 2018-01-02 19:47:40 +01:00
Michelle Bu
31d7acd1bc Merge pull request #76 from eordano/fixCrash
Fixes crash when user is not properly identified
2015-05-26 15:53:19 -07:00
Esteban Ordano
66db80c00d Fixes crash when user is not properly identified 2015-05-26 10:54:37 -03:00
Michelle Bu
1e893283dd Merge pull request #66 from arvindr21/patch-1
Fixed the deploy URL
2015-02-23 01:18:15 -08:00
Arvind Ravulavaru
f9ccc47892 Fixed the deploy URL 2015-02-23 14:21:53 +05:30
Michelle Bu
9e9e3840c5 0.2.8 2014-11-01 21:49:40 -07:00
Michelle Bu
63446067fa Don't use self-rolled CORS 2014-11-01 21:48:46 -07:00
Michelle Bu
f41c1e7b2e Drop 0.8 support 2014-11-01 15:04:27 -07:00
Michelle Bu
0109713529 Update README.md 2014-11-01 14:49:27 -07:00
Michelle Bu
0c8f4b8525 Fix heroku deploy 2014-11-01 14:39:25 -07:00
Michelle Bu
1c7ba7f77f Merge branch 'michelle-express-rewrite' 2014-11-01 14:38:21 -07:00
Michelle Bu
3c96df6af0 Fix path reference 2014-11-01 14:37:09 -07:00
Michelle Bu
e89da8000e Fix test spacing 2014-11-01 13:54:21 -07:00
Michelle Bu
747f70db4b Fix spacing 2014-11-01 13:51:31 -07:00
Michelle Bu
1bbce52ae9 4 spaces to 2 spaces 2014-11-01 13:47:55 -07:00
Michelle Bu
563eb46f04 4 space to 2 space in bin 2014-11-01 13:46:37 -07:00
Michelle Bu
8aa939b609 4 spaces -> 2 spaces 2014-11-01 13:16:17 -07:00
Michelle Bu
abb2d09c84 Merge pull request #56 from jondavidjohn/heroku-start
"Deploy to Heroku" Button
2014-11-01 13:01:20 -07:00
Jonathan Johnson
8defe3718c use path option instead of root 2014-11-01 14:42:36 -05: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
d1a24d5711 Fix tests 2014-10-20 09:52:45 +01:00
lmb
9b9c6f168a Only parser JSON from body when needed 2014-10-18 16:25:06 +01:00
lmb
9429006ee4 Clean up API 2014-10-18 16:07:40 +01:00
lmb
33c4f0b01b Update to express 4.x 2014-10-18 13:30:45 +01:00
lmb
be66a1b346 Fix bin/peerjs 2014-10-18 13:23:09 +01:00
Vsevolod Strukchinsky
eb4f31dabd Tests with _server startup and teardown callbacks 2014-10-18 12:34:15 +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
bcb585065b Remove return next() - they are unnecessary in express 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
5c9d1a0416 Patch for CORS issues with restify 2014-08-29 02:10:03 -04:00
Michelle Bu
6cfbe60031 Hack to fix #49 until we can move to express. 2014-08-29 02:06:20 -04:00
Michelle Bu
d3f1f6868c Allow OPTIONS request 2014-08-29 01:34:47 -04:00
Michelle Bu
7335327b44 0.2.6 2014-06-28 15:17:08 -07:00
Michelle Bu
9b3f7a3f38 Make IDs *always* 16 characters 2014-05-01 21:05:11 -07:00
Michelle Bu
8f513dfe3c Version already used 2014-04-13 22:36:23 -07:00
Michelle Bu
39871a5af8 Update changelog 2014-04-13 22:35:41 -07:00
Michelle Bu
5f577f99a7 Bump version 2014-04-13 22:33:56 -07:00
Michelle Bu
50765a09c9 Format comment 2014-04-13 21:42:51 -07:00
Michelle Bu
7385bc0eff Merge pull request #37 from marceloeloelo/support_ip_config
Add support for configurable server ip address
2014-04-13 11:43:00 -07:00
Marcelo Casiraghi
10ad6b46f5 Add support for configurable server ip address 2014-04-06 16:13:05 -03:00