mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
[nit] minor typo in tcp.md (#2657)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
Use Bun's native TCP API implement performance sensitive systems like database clients, game servers, or anything that needs to communicate over TCP (instead of HTTP). This is a low-level API intended for library authors and for advanced use cases.
|
||||
Use Bun's native TCP API to implement performance sensitive systems like database clients, game servers, or anything that needs to communicate over TCP (instead of HTTP). This is a low-level API intended for library authors and for advanced use cases.
|
||||
|
||||
## Start a server (`Bun.listen()`)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user