Skip to content

malwarebo/deno_service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deno app basic guide

Setting up deno

MacOS

brew install deno

Linux

cargo install deno

Windows

choco install deno

More install options here

Run using

deno run --allow-net --allow-read server.ts

About

Simple chat server built using Deno

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published