diff options
author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2023-07-20 22:22:26 -0700 |
---|---|---|
committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2023-07-20 22:22:26 -0700 |
commit | 619a039942c3c02552f72275634a9f6c0788c570 (patch) | |
tree | 43151191c920d0d705db71306f58409e97b60d03 /server/README.md | |
parent | 72c6c7de12e9833f52bf2d0718d70f044f8ab57e (diff) | |
download | jumpstorm-619a039942c3c02552f72275634a9f6c0788c570.tar.gz jumpstorm-619a039942c3c02552f72275634a9f6c0788c570.zip |
very basic websocket setup
Diffstat (limited to 'server/README.md')
-rw-r--r-- | server/README.md | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/server/README.md b/server/README.md deleted file mode 100644 index 84286d5..0000000 --- a/server/README.md +++ /dev/null @@ -1,15 +0,0 @@ -# server - -To install dependencies: - -```bash -bun install -``` - -To run: - -```bash -bun run index.ts -``` - -This project was created using `bun init` in bun v0.6.14. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime. |