Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/louisdevie/kuriba


https://github.com/louisdevie/kuriba

Last synced: 21 days ago
JSON representation

Awesome Lists containing this project

README

        

# Kuriba

A framework for building real-time networked apps.

## Implemented features

### Serialization

| Data type |Serialization| Deserialization |
|:----------------|:-----------:|:---------------:|
| Numbers | ✓ | ✓ |
| Text | ✓ | ✓ |
| Enumerations | ✓ | ✓ |
| "One of"s | ✗ | ✗ |
| Arrays | ✓ | ✓ |
| Maps | ✗ | ✗ |
| Nested messages | ✗ | ✗ |