Skip to content

Disposable private chat rooms using Webtask

Notifications You must be signed in to change notification settings

TehShrike/webtask-chat

Repository files navigation

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

About

Disposable private chat rooms using Webtask

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published