aboutsummaryrefslogtreecommitdiff
path: root/docs/api/websockets.md (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-10-17docs: fix ws.publish (#6558)Gravatar Aral Roca Gomez 1-1/+1
In this example there is no server variable in the context, and here it makes more sense to use ws.publish. It is explained below that once the serve is done, the server.publish can be used.
2023-10-02Update ws exampleGravatar Colin McDonnell 1-1/+1
2023-09-25Update docsGravatar Colin McDonnell 1-2/+13
2023-09-12docs: fix typos (#5151)Gravatar Samuel Rigaud 1-1/+1
2023-09-08fix(docs): connect websocket client repeated documentation (#4615)Gravatar Ana Margarida Silva 1-13/+5
2023-09-07Doc updates for v1.0 (#4485)Gravatar Colin McDonnell 1-0/+12
* Remove v0.x messages * Add windows section to Installatino * update * update * Update * Comment out windows
2023-06-20Docs for DOM testing and FileSink (#3330)Gravatar Colin McDonnell 1-48/+65
* Update websocket docs & jsdoc * Add info about user-specific data in ws * Document FileSink * Docs for happydom test * Updates
2023-06-06Docs for `Bun.password` and ws publish (#3227)Gravatar Colin McDonnell 1-16/+35
* Update websocket docs & jsdoc * Document Bun.password * Update hash encoding docs * Fix typos * Add info about user-specific data in ws * Update outdated websocket jsdoc * Replace usages of req.url * Remove log
2023-04-13Docs restructuring (#2638)Gravatar Colin McDonnell 1-2/+2
* Restructure * Update nav * Reorg * Reshuffle ecosystem pages * Split up runtime/runtime * Back to runtime/index * Fix issue * Split up runtime/index * Add Writing Tests page * Prettier matcher table * More updates
2023-03-04docs(websocket): change server port on example to default port (#2301)Gravatar aab 1-2/+2
Current example will fail without explicitly configure the server to use port 8080. Hence, replacing it with default port (3000).
2023-02-24Docs tweaks (#2160)Gravatar Colin McDonnell 1-1/+1
* Tweaks * Add ecosystem. Add bunx. Flesh out install. * Tweaks * Add TS to installation * Tweaks * New readme * Write new readme * Tweak * Center header * Bun * tweaks * No dollar sign * Fix links * Update * Tweak
2023-02-23Add documentation (#2148)bun-v0.5.7Gravatar Colin McDonnell 1-0/+464
* Add documentation * Tweaks * Fixes * Rearrange * Update