Skip to content

Deno module for chat related challenges and solutions - e.g. providing a mapping (and forwarding) between shared invitation links and original invitation links.

License

Notifications You must be signed in to change notification settings

michael-spengler/chat

Repository files navigation

Chat

Deno module for chat related challenges and solutions

Usage Example For Chat Redirect Server

This protects invitation links from being harvested by scammers.

# 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

Usage Example For Chat Response Server

This leverages Natural Language Processing Technology.

git clone https://github.com/michael-spengler/chat.git
cd chat
echo [] > mappings-address-client-training-data.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-response-server.ts

or via pm2

Support my Open Source Contributions

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

About

Deno module for chat related challenges and solutions - e.g. providing a mapping (and forwarding) between shared invitation links and original invitation links.

Resources

License

Stars

Watchers

Forks

Packages

No packages published