An open API service indexing awesome lists of open source software.

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

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.

![Example of the app running](https://bpev.me/images/ad29754b.png)

# 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`.