Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zxch3n/loro-websocket-deno-server-example
https://github.com/zxch3n/loro-websocket-deno-server-example
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/zxch3n/loro-websocket-deno-server-example
- Owner: zxch3n
- License: mit
- Created: 2024-08-27T11:20:51.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-27T18:59:40.000Z (3 months ago)
- Last Synced: 2024-11-02T07:14:03.059Z (11 days ago)
- Language: TypeScript
- Size: 34.2 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Loro Deno Serve
Run the server with
```
deno run -A ./main.ts
```Run tests with
```
deno test -A ./test_serve.ts
```This package is also published to `jsr` https://jsr.io/@zxc/loro-deno-serve
So you can use it in NodeJS or in Browser.
> This package is currently only a toy project.