Commit Graph

409 Commits

Author SHA1 Message Date
Alex Hultman
dbb3fc319f Rename documentation to docs 2019-02-10 23:30:27 +01:00
Alex Hultman
80c0ea79f3 Add initial TypeScript decl. and docs. 2019-02-10 23:06:30 +01:00
Alex Hultman
df9c251bf0 Throw on App construction failure 2019-02-10 12:39:00 +01:00
Alex Hultman
c4cddb9477 Test more settings with Autobahn 2019-02-10 11:54:44 +01:00
Alex Hultman
d9a6b1010f App.listen may take host, port, callback now 2019-02-10 11:28:33 +01:00
Alex Hultman
dbe4e4547a
v15.1.0 2019-02-10 09:43:53 +01:00
Alex Hultman
0faa11f2f2 Update .travis.yml 2019-02-10 06:33:06 +01:00
Alex Hultman
5648177de8 Update uWS to v0.15 2019-02-10 03:46:51 +01:00
Alex Hultman
d8e96b54ee
Create .travis.yml 2019-02-10 03:39:24 +01:00
Alex Hultman
9f4bf9b8c5 Update uWS 2019-02-09 23:32:07 +01:00
Alex Hultman
ce62261986 Make pubsub example more interesting 2019-02-09 08:45:51 +01:00
Alex Hultman
8d7527520f Wrap subscribe, publish, add PubSub example (WIP) 2019-02-09 00:59:12 +01:00
Alex Hultman
54ebed1db0 Add async/await example 2019-02-08 21:42:31 +01:00
Alex Hultman
80f10df8de Run microtasks each iteration 2019-02-08 21:20:57 +01:00
Alex Hultman
493585e954
Update README.md 2019-02-04 22:23:12 +01:00
Alex Hultman
b3548da8a2 Update example cert/key 2019-02-03 15:51:02 +01:00
Alex Hultman
90e4d930f3 Update VideoStreamer.js with new res.tryEnd 2019-01-31 20:36:31 +01:00
Alex Hultman
0d34a9a6d2 At least preload the videoFile 2019-01-29 21:13:48 +01:00
Alex Hultman
6f40fceab3 Add VideoStreamerSync example / test 2019-01-29 21:04:11 +01:00
Alex Hultman
1a3935481f Update to rc4 2019-01-29 17:22:46 +01:00
Alex Hultman
0584733475 Update uS 2019-01-28 18:36:58 +01:00
Alex Hultman
df1efb1714
Update README.md 2019-01-28 18:29:03 +01:00
Alex Hultman
610cc228a3 Update to rc2 2019-01-26 23:01:59 +01:00
Alex Hultman
1d51415304 Update uWS 2019-01-26 19:03:30 +01:00
Alex Hultman
59662d7e07 Update for API change: ws.end, ws.close 2019-01-26 17:26:53 +01:00
Alex Hultman
c66e3836ad More thorough testing, with ws.terminate 2019-01-26 17:15:28 +01:00
Alex Hultman
adc5324360 More testing 2019-01-26 16:26:51 +01:00
Alex Hultman
282609bfb4 Make tests more interesting 2019-01-26 14:52:43 +01:00
Alex Hultman
f41c4e2a60 Trigger websocket bugs 2019-01-25 19:47:44 +01:00
Alex Hultman
cf5a245b11 Begin work on hammer test 2019-01-25 17:16:12 +01:00
Alex Hultman
929060b34a Update uWS/uS 2019-01-25 15:27:13 +01:00
Alex Hultman
0198d5cc8c Add Autobahn testing non-SSL and SSL 2019-01-23 14:10:17 +01:00
Alex Hultman
ba73b8882d UniquePersistent all over, app.forcefully_free 2019-01-23 12:59:51 +01:00
Alex Hultman
f2a5d95726 Wrap idleTimeout 2019-01-22 18:50:37 +01:00
Alex Hultman
8da1edc516 Wrap app.any 2019-01-22 18:42:50 +01:00
Alex Hultman
fd11df1134 Return false boolean on listen failure 2019-01-21 19:08:18 +01:00
Alex Hultman
c081382f10 Works on macOS 2019-01-21 17:44:58 +01:00
Alex Hultman
9f0aae77b1 Fix recursive nextTick calls, drain nextTickQueue before exit 2019-01-21 09:09:48 +01:00
Alex Hultman
914c6f2bc3 Update µWS 2019-01-18 17:21:00 +01:00
Alex Hultman
1d4b874ae7 Also throw on invalid WebSocket usage 2019-01-18 16:57:54 +01:00
Alex Hultman
90df6bbe3a Update µWS 2019-01-18 16:37:37 +01:00
Alex Hultman
d067388df4 Throw exceptions on ill-use instead of segfaulting 2019-01-18 16:33:56 +01:00
Alex Hultman
be8aaeeba7 Wrap all http methods & all SSL options 2019-01-18 15:56:08 +01:00
Alex Hultman
0fb6ec9034 Add us_listen_socket_close and graceful shutdown example 2019-01-18 09:07:21 +01:00
Alex Hultman
ab829af8ce Point all examples to demo key/cert 2019-01-17 11:42:53 +01:00
Alex Hultman
a1ed925879
Add self-signed key/cert for examples 2019-01-17 10:35:06 +01:00
Alex Hultman
8e07c320e8 Make it tick nicely on Windows 2019-01-17 10:02:06 +01:00
Alex Hultman
26e25ec2ed Fix up VideoStreamer stability, it was user error 2019-01-17 09:39:03 +01:00
Alex Hultman
4ae2facba7 Wrap req.getQuery, req.getMethod, res.close, res.onData & add Upload example 2019-01-17 08:22:43 +01:00
Alex Hultman
3558bf30d9 Actually do pass req to ws open 2019-01-17 07:33:31 +01:00