diff options
author | 2022-10-25 18:02:56 -0700 | |
---|---|---|
committer | 2022-10-25 18:03:07 -0700 | |
commit | 1c54deab520a0e3e6967b94dcbf2dbf16ca8775b (patch) | |
tree | 8d448092da77a7e0c11df502dc9d9783566e29db | |
parent | 28d71e2d9f9bf10e8a6cce87721cd2da6c96dec6 (diff) | |
download | bun-1c54deab520a0e3e6967b94dcbf2dbf16ca8775b.tar.gz bun-1c54deab520a0e3e6967b94dcbf2dbf16ca8775b.tar.zst bun-1c54deab520a0e3e6967b94dcbf2dbf16ca8775b.zip |
Update README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2639,7 +2639,7 @@ Bun.connect({ #### Benchmark-driven API design -Bun's TCP socket API is designed to go as fast as we can. +Bun's TCP socket API is designed to go fast. Instead of using promises or assigning callbacks per socket instance (like Node.js' `EventEmitter` or the web-standard `WebSocket` API), assign all callbacks one time |