Skip to content
This repository has been archived by the owner on Jun 9, 2024. It is now read-only.

Commit

Permalink
readme: better readability and changes
Browse files Browse the repository at this point in the history
  • Loading branch information
scarletquasar authored Sep 16, 2023
1 parent 271a35c commit 2ca470e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@

> *“The computing scientist’s main challenge is not to get confused by the complexities of his own making.” - Edsger Dijkstra*
Melon is a JavaScript runtime based on the .NET environment with multi-threading capabilities. The project is focused on offering a platform that eases project prototyping, having a clean control of asynchronous environments and parallel events and providing fully compatible interoperability with the .NET features and ecosystem.

[Documentation (alpha)](https://melon-docs.vercel.app/docs/intro) - [Discord server](https://discord.gg/wDJDT9Yq7C) - [CityJS conference presentation](https://youtu.be/lD39kjrXRvo?t=18715)

<br>

> **Warning**
>
> Melon is **NOT** production-ready yet, the project is currently being developed and being battle-tested in different environments. Most of the required features, fixes and optimizations are not ready yet. Use in real-world projects at your own risk.
> Even this README may not reflect the current published Melon situation yet.
Melon is a JavaScript runtime based on the .NET environment with multi-threading capabilities. The project is focused on offering a platform that eases project prototyping, having a clean control of asynchronous environments and parallel events and providing fully compatible interoperability with the .NET features and ecosystem.

- **[Documentation (alpha)](https://melon-docs.vercel.app/docs/intro)**
- **[Discord server](https://discord.gg/wDJDT9Yq7C)**
- **[CityJS conference presentation](https://youtu.be/lD39kjrXRvo?t=18715)**

# Features spotlight

Expand Down

0 comments on commit 2ca470e

Please sign in to comment.