https://github.com/bpevs/crockpot.bpev.me
The coding crock-pot where anyone can type anything and it appears for other users on the same url
https://github.com/bpevs/crockpot.bpev.me
codemirror deno typescript websockets
Last synced: 6 months ago
JSON representation
The coding crock-pot where anyone can type anything and it appears for other users on the same url
- Host: GitHub
- URL: https://github.com/bpevs/crockpot.bpev.me
- Owner: bpevs
- Created: 2015-07-24T03:25:55.000Z (almost 11 years ago)
- Default Branch: main
- Last Pushed: 2022-06-07T22:36:15.000Z (almost 4 years ago)
- Last Synced: 2025-01-23T14:37:38.800Z (over 1 year ago)
- Topics: codemirror, deno, typescript, websockets
- Language: JavaScript
- Homepage: https://crockpot.bpev.me
- Size: 1.54 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Crockpot
Think of this as a quick-access google docs with syntax highlighting. Built with
[Deno](https://deno.land). Powered via websockets +
[codemirror](https://github.com/codemirror/codemirror).
- Going to https://crockpot.bpev.me will create a new room.
- You can then copypasta the new url, and share it.
- Anyone else with the same url will see the same thing you do.

# Usage
You need to have [deno](https://deno.land) installed to start this app.
You can run `make watch` to start the server. You can access at
http://localhost:{CLIENT_PORT}
> If it is inaccessible, make sure you are `http`, and that you added a
> CLIENT_PORT to `.env`.