Skip to content

Commit

Permalink
Merge pull request #38 from karlsander/patch-1
Browse files Browse the repository at this point in the history
Reverse mixed-up headlines in readme
  • Loading branch information
cohix committed Oct 27, 2020
2 parents d866200 + a862e66 commit 89e2ab2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ Hive is a fast, performant job scheduling system, plain and simple. Hive is desi

Hive transparently spawns workers to process jobs, with each worker processing jobs in sequence. Hive jobs are arbitrary data, and they return arbitrary data (or an error). Jobs are scheduled by clients, and their results can be retreived at a later time.

## WASM
## FaaS

Hive has early (read: alpha) support for acting as a Functions-as-a-Service system. Hive can be run as a server, accepting jobs from HTTP/S and making the job results available to be fetched later. See [faas](./docs/faas.md) for details. gRPC support is planned.

## FaaS
## WASM

Hive has early (read: alpha) support for Wasm-packaged runnables. This is actively being worked on, as Wasm is an exciting new standard that makes cross-language and cross-platform code just a bit easier :) See [wasm](./docs/wasm.md) and the [subo CLI](https://github.com/suborbital/subo) for details.

Expand Down

0 comments on commit 89e2ab2

Please sign in to comment.