https://github.com/malwarebo/deno_service
Simple chat server built using Deno
https://github.com/malwarebo/deno_service
deno typescript
Last synced: about 1 month ago
JSON representation
Simple chat server built using Deno
- Host: GitHub
- URL: https://github.com/malwarebo/deno_service
- Owner: malwarebo
- Created: 2020-05-15T16:14:14.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-02-26T03:53:44.000Z (over 4 years ago)
- Last Synced: 2025-01-07T03:13:06.412Z (over 1 year ago)
- Topics: deno, typescript
- Language: HTML
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Deno app basic guide
### Setting up deno
#### MacOS
`brew install deno`
#### Linux
`cargo install deno`
#### Windows
`choco install deno`
_More install options_ [here](https://github.com/denoland/deno_install)
### Run using
`deno run --allow-net --allow-read server.ts`