Skip to main content

code multiplexer

Project description

codemp

Actions Status docs.rs Status Crates.io Version Gitter Chat GitHub last commit GitHub commits since tagged version

codemp is a collaborative text editing solution to work remotely.

It seamlessly integrates in your editor providing remote cursors and instant text synchronization, as well as a remote virtual workspace for you and your team.

codemp is build with state-of-the-art CRDT technology, guaranteeing eventual consistency.

This means that all agents are guaranteed to converge to a consistent state once all changes are received, no matter their order or timing, while preserving each operation's original intention. On top of this baseline, codemp's protocol is optimized for speed and low network footprint, meaning even slow connections or dated hardware can provide stable real-time editing.

The full documentation is available on docs.rs.

Usage

codemp is primarily used as a plugin in your editor of choice.

Installation

[!IMPORTANT] The editor plugins are in active development. Expect frequent changes.

codemp is available as a plugin for a growing number of text editors. Currently we support:

Registration

The codemp protocol is openly available and servers may be freely developed with it.

A reference instance is provided by hexed.technology at code.mp. You may create an account for it here. During the initial closed beta, registrations will require an invite code. Get in contact if interested.

An open beta is going to follow with free access to a single workspace per user. After such period, code.mp will switch to a subscription-based model.

Development

This is the main client library for codemp. It provides a batteries-included fully-featured Client, managed by the library itself, and exposes a number of functions to interact with it. The host program can obtain a Client handle by connecting, and from that reference can retrieve every other necessary component.

codemp is primarily a rlib and can be used as such, but is also available in other languages via FFI.

Adding a dependency on codemp is easy:

From Rust

Just cargo add codemp and check the docs for some examples.

From supported languages

We provide first-class bindings for these other programming languages:

Build Status Package Build Instructions
JavaScript JavaScript Build NPM Version README
Python Python Build PyPI Version README
Java Java Build Maven Central Version README
Lua Lua Build LuaRocks Version README

As a design philosophy, our binding APIs attempt to perfectly mimic their Rust counterparts, so the main documentation can still be referenced as source of truth. Refer to specific language documentation for specifics, differences and quirks.

From other languages

[!IMPORTANT] The common C bindings are not available yet!

Any other language with C FFI capabilities will be able to use codemp via its bare C bindings. This may be more complex and may require wrapping the native calls underneath.

Get in Touch

We love to hear back from users! Be it to give feedback, propose new features or highlight bugs, don't hesitate to reach out!

Contacts

We have a public Gitter room available on gitter.im/hexedtech/codemp. It's possible to freely browse the room history, but to send new messages it will be necessary to sign in with your GitHub account.

If you have a Matrix account, you can join the gitter room directly at #hexedtech_codemp:gitter.im

Contributing

If you find bugs or would like to see new features implemented, be sure to open an issue on this repository.

In case you wish to contribute code, that's great! We love external contributions, feel free to open a PR!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

codemp-0.8.4.tar.gz (81.4 kB view details)

Uploaded Source

Built Distributions

codemp-0.8.4-cp312-none-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.12 Windows x86-64

codemp-0.8.4-cp38-abi3-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.8+ Windows x86-64

codemp-0.8.4-cp38-abi3-manylinux_2_34_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.8+ manylinux: glibc 2.34+ x86-64

codemp-0.8.4-cp38-abi3-macosx_11_0_arm64.whl (1.0 MB view details)

Uploaded CPython 3.8+ macOS 11.0+ ARM64

File details

Details for the file codemp-0.8.4.tar.gz.

File metadata

  • Download URL: codemp-0.8.4.tar.gz
  • Upload date:
  • Size: 81.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.4

File hashes

Hashes for codemp-0.8.4.tar.gz
Algorithm Hash digest
SHA256 d96855d7f171e38365340d72938a2c08bc6c95359b999e16ab605fb6d8239458
MD5 e70d0a2510337a8f24a1464d625403b6
BLAKE2b-256 bb39d8edad1f23474d8d1d5cf333b073144f9857f6915695ccde1bbd849e2320

See more details on using hashes here.

File details

Details for the file codemp-0.8.4-cp312-none-win_amd64.whl.

File metadata

File hashes

Hashes for codemp-0.8.4-cp312-none-win_amd64.whl
Algorithm Hash digest
SHA256 1f807c81f29c18327f0a557e0536d6694fa13d0e91d6c6d4ef373b854257a093
MD5 b0d493046e080ab3e2cfa64897259b87
BLAKE2b-256 93361a314d552c252536b275ef7655613c82cae08e9f916c10043526f221bd22

See more details on using hashes here.

File details

Details for the file codemp-0.8.4-cp38-abi3-win_amd64.whl.

File metadata

  • Download URL: codemp-0.8.4-cp38-abi3-win_amd64.whl
  • Upload date:
  • Size: 1.1 MB
  • Tags: CPython 3.8+, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.4

File hashes

Hashes for codemp-0.8.4-cp38-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 27491e478a2bac082bb1677cb0e5c96dc840c643b4388aa4211ab1245f587c96
MD5 788421aa7c7f4e5da42d80bfa503106d
BLAKE2b-256 799c200aa434ce91059299191880c9b8a9b7ea8509832efaf536fb20d30ccc00

See more details on using hashes here.

File details

Details for the file codemp-0.8.4-cp38-abi3-manylinux_2_34_x86_64.whl.

File metadata

File hashes

Hashes for codemp-0.8.4-cp38-abi3-manylinux_2_34_x86_64.whl
Algorithm Hash digest
SHA256 19e170e688690ef3fe99d6fc566bba1fe9c96a8f771e03065f24f304b4930bc1
MD5 de1870ea4c4b73f0c6239e1c2336b67a
BLAKE2b-256 4e97513204f94b4f4ebf1c6afb18ed8014d8d7ebe1c03ac0554e8278a746c9cd

See more details on using hashes here.

File details

Details for the file codemp-0.8.4-cp38-abi3-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for codemp-0.8.4-cp38-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ee47f0382cae72941a17d1f185eb2b1e9248d701a79d5e5d9b25376171dd7cf2
MD5 4f6e31a89ca40c1112a037b68e506739
BLAKE2b-256 ce8f9b3adc8e3f368ab9b2163a4c6ff8e91b247910bd5c6edf3a495601446c4c

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page