An open API service indexing awesome lists of open source software.

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

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`