doc: replace Oak mentions by Hono (#1177)
parent
660c7c3f99
commit
206c3f7603
|
@ -38,7 +38,7 @@ SilverBullet is written in [TypeScript](https://www.typescriptlang.org/) and
|
||||||
built on top of the excellent [CodeMirror 6](https://codemirror.net/) editor
|
built on top of the excellent [CodeMirror 6](https://codemirror.net/) editor
|
||||||
component. Additional UI is built using [Preact](https://preactjs.com).
|
component. Additional UI is built using [Preact](https://preactjs.com).
|
||||||
[ESBuild]([https://parceljs.org/](https://esbuild.github.io)) is used to build both the front-end and
|
[ESBuild]([https://parceljs.org/](https://esbuild.github.io)) is used to build both the front-end and
|
||||||
back-end bundles. The server backend runs as a HTTP server on Deno using and is written using [Oak](https://oakserver.github.io/oak/).
|
back-end bundles. The server backend runs as a HTTP server on Deno using and is written using [Hono](https://hono.dev).
|
||||||
|
|
||||||
To prepare the initial web and plug build run:
|
To prepare the initial web and plug build run:
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# Stack
|
# Stack
|
||||||
SilverBullet is written in [TypeScript](https://www.typescriptlang.org/) and built on top of the excellent [CodeMirror 6](https://codemirror.net/) editor component. Additional UI is built using [Preact](https://preactjs.com/). [ES Build](https://esbuild.github.io) is used to build both the front-end and back-end bundles. The server backend runs as an HTTP server on [Deno](https://deno.land/) using [Oak](https://oakserver.github.io/oak/).
|
SilverBullet is written in [TypeScript](https://www.typescriptlang.org/) and built on top of the excellent [CodeMirror 6](https://codemirror.net/) editor component. Additional UI is built using [Preact](https://preactjs.com/). [ES Build](https://esbuild.github.io) is used to build both the front-end and back-end bundles. The server backend runs as an HTTP server on [Deno](https://deno.land/) using [Hono](https://hono.dev).
|
||||||
|
|
||||||
# Development
|
# Development
|
||||||
Requirements: [Deno](https://deno.land/) 1.39 or newer. If you installed [[Install/Deno]] SilverBullet you will already have your toolchain installed. Convenient!
|
Requirements: [Deno](https://deno.land/) 1.39 or newer. If you installed [[Install/Deno]] SilverBullet you will already have your toolchain installed. Convenient!
|
||||||
|
|
Loading…
Reference in New Issue