Skip to content

Commit

Permalink
serving http requests kinda works
Browse files Browse the repository at this point in the history
  • Loading branch information
cablehead committed Jun 4, 2024
1 parent 09b6dee commit 6428890
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![Discord](https://img.shields.io/discord/1182364431435436042?logo=discord)](https://discord.com/invite/YNbScHBHrh)

```
Status: WIP [██████.......... 30%]
Status: WIP [██████.......... 40%]
```

An event stream store for personal, local-first use. Kinda like the
Expand Down Expand Up @@ -45,11 +45,11 @@ Built with:
- or: simply runs snippets of [nushell](https://github.com/nushell/nushell.git) on new event
- the snippets are registered via the event stream
- server facilitates watching for updates + managing processes
- [ ] builtin http server:
- [ ] You can optionally serve HTTP requests from your store. Requests are
- [x] builtin http server:
- [x] You can optionally serve HTTP requests from your store. Requests are
written to the event stream as `http.request` and then the connection
watches the event stream for a `http.response`.
- [ ] You can register event handlers that subscribe to `http.request`
- [x] You can register event handlers that subscribe to `http.request`
events and emit `http.response` events.

## Path Traveled
Expand Down

0 comments on commit 6428890

Please sign in to comment.