Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jlarky/strike-ocaml
React Server Components without JS on the server (OCaml version)
https://github.com/jlarky/strike-ocaml
Last synced: about 1 month ago
JSON representation
React Server Components without JS on the server (OCaml version)
- Host: GitHub
- URL: https://github.com/jlarky/strike-ocaml
- Owner: JLarky
- Created: 2023-10-08T05:33:24.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-15T06:46:24.000Z (about 1 year ago)
- Last Synced: 2023-10-16T08:14:39.970Z (about 1 year ago)
- Language: JavaScript
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## What is this?
This is an experimental version of Strike framework (React Server Components framework with Go backend) but it uses OCaml instad of Go on the backend.
See [Strike](https://github.com/JLarky/strike)
## How to run
First of all, I have no idea how to use ocaml :)
Try [this](https://ocaml.org/docs/up-and-running) to get ocaml installed.
Once you have it you can do:
```bash
git clone https://github.com/JLarky/strike-ocaml.git
cd strike-ocaml
# dune install
# dune build
dune exec ./bin/main.exe -w
```