Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2022-12-02 | make the test run faster | 1 | -13/+13 | |
2022-11-09 | Update websocket-server.test.ts | 1 | -1/+2 | |
2022-11-09 | Implement Server.publish() | 1 | -0/+36 | |
2022-11-09 | Add bun-types, add typechecking, add `child_process` types (#1475) | 1 | -29/+28 | |
2022-10-19 | Fix calling `ws.publish` inside `close` when other clients are connected | 1 | -0/+63 | |
2022-10-19 | Allow returning a Response object when upgrading | 1 | -0/+116 | |
2022-10-18 | Fix test | 1 | -28/+38 | |
2022-10-17 | Fix error handler | 1 | -0/+40 | |
2022-10-17 | Update websocket-server.test.ts | 1 | -0/+41 | |
2022-10-17 | Implement `sendText`, `sendBinary`, `publishText`, `publishBinary` | 1 | -4/+112 | |
2022-10-17 | Fix headers + add test | 1 | -5/+16 | |
2022-10-17 | More tests | 1 | -3/+293 | |
2022-10-17 | Redo WebSocket api | 1 | -10/+59 | |
2022-10-16 | Changed api | 1 | -4/+64 | |
2022-10-15 | Add a simple test for websocket server | 1 | -0/+114 |