/webtask-chat

Disposable private chat rooms using Webtask

Primary LanguageJavaScript

A simple disposable chat room built with Webtask.

Install and deploy

To deploy your own room:

git clone git@github.com:TehShrike/webtask-chat.git
cd webtask-chat
npm i
npm run first-run

The first-run script will

  • initialize your Webtask profile
  • deploy the endpoint
  • copy the endpoint URL to your clipboard
  • open the chat client in your browser

To chat with someone "privately", send them the link to the client and your webtask endpoint URL.

To destroy the endpoint and wipe any chat history, run

npm run destroy

License

WTFPL