mech-server

Crates.iomech-server
lib.rsmech-server
version0.0.4
sourcesrc
created_at2019-03-27 16:32:44.531846
updated_at2020-04-04 23:36:25.58062
descriptionProvides a server and client for hosting Mech programs on a websocket.
homepagehttp://mech-lang.org
repositoryhttps://github.com/mech-lang/server
max_upload_size
id124195
size27,554
Corey Montella (cmontella)

documentation

http://docs.mech-lang.org

README

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.

Mech Server

Provides a server and client for hosting Mech programs on a websocket.

Contents

  • client - defines a protocol for accepting messages from clients (websocket or otherwise), and a ClientHandler that implements this protocol.

Project Status

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.

License

Apache 2.0

Commit count: 0

cargo fmt