Crates.io | mech-server |
lib.rs | mech-server |
version | 0.0.4 |
source | src |
created_at | 2019-03-27 16:32:44.531846 |
updated_at | 2020-04-04 23:36:25.58062 |
description | Provides a server and client for hosting Mech programs on a websocket. |
homepage | http://mech-lang.org |
repository | https://github.com/mech-lang/server |
max_upload_size | |
id | 124195 |
size | 27,554 |
Mech is a language for developing data-driven, reactive systems like animations, games, and robots. It makes composing, transforming, and distributing data easy, allowing you to focus on the essential complexity of your problem.
Read about progress on our blog, follow us on Twitter @MechLang, or join the mailing list: talk@mech-lang.org.
Provides a server and client for hosting Mech programs on a websocket.
ClientHandler
that implements this protocol.Mech is currently in the alpha stage of development. This means that while some features work and are tested, programs are still likely to crash and produce incorrect results. We've implemented some language features, but many are not yet implemented.
Feel free to use the language for your own satisfaction, but please don't use it for anything important.
Apache 2.0