https://github.com/denoland/tutorial-with-websockets
A simple chat app demo
https://github.com/denoland/tutorial-with-websockets
chat-application deno realtime websockets
Last synced: over 1 year ago
JSON representation
A simple chat app demo
- Host: GitHub
- URL: https://github.com/denoland/tutorial-with-websockets
- Owner: denoland
- License: mit
- Created: 2024-09-25T16:21:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-17T13:40:03.000Z (over 1 year ago)
- Last Synced: 2025-02-27T05:02:20.271Z (over 1 year ago)
- Topics: chat-application, deno, realtime, websockets
- Language: TypeScript
- Homepage: https://tutorial-with-websockets.deno.dev/
- Size: 14.6 KB
- Stars: 6
- Watchers: 5
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Deno and Websockets Chat App demo
This is a simple chat app demo built with Deno and Websockets.
Check out the tutorial to build this app
[in the Deno Docs](https://docs.deno.com/runtime/tutorials/chat_app/).
## Run the app
To run the app, you need to have
[Deno installed](https://docs.deno.com/runtime/). Then, run the following
command:
```sh
deno task dev
```
 💚
