minibin/server
rohan09-raj 63f1cbe9c0 Initial commit
- Create basic client and server layout
2024-02-21 23:52:37 +05:30
..
.gitignore Initial commit 2024-02-21 23:52:37 +05:30
bun.lockb Initial commit 2024-02-21 23:52:37 +05:30
index.ts Initial commit 2024-02-21 23:52:37 +05:30
package.json Initial commit 2024-02-21 23:52:37 +05:30
README.md Initial commit 2024-02-21 23:52:37 +05:30
tsconfig.json Initial commit 2024-02-21 23:52:37 +05:30

minibun

To install dependencies:

bun install

To run:

bun run index.ts

This project was created using bun init in bun v1.0.26. Bun is a fast all-in-one JavaScript runtime.