Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback

Chat

Deno module for chat related challenges and solutions

Usage Example including pm2 start

# copy .env-example.ts to .env.ts and update it with your ingredients  
deno run --allow-read --allow-net https://deno.land/x/chat/chat-redirect-server.ts

or via pm2

git clone https://github.com/michael-spengler/chat.git
cd chat
echo [] > mappings.json  # only during your initial setup
cp .env-example.ts .env.ts # only during your initial setup - add your individual ingredients
pm2 start  --interpreter="deno" --interpreter-args="run --allow-net --allow-read --allow-write" chat-redirect-server.ts

Support my Open Source Contributions

If you like my work please consider downloading the brave browser via my promotion link: https://brave.com/fan464.

![](https://brave.com/fan464/)