Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/louisdevie/kuriba
https://github.com/louisdevie/kuriba
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/louisdevie/kuriba
- Owner: louisdevie
- License: mit
- Created: 2023-11-11T14:42:48.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-29T18:24:15.000Z (12 months ago)
- Last Synced: 2023-12-29T19:29:11.990Z (12 months ago)
- Language: C#
- Size: 54.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 | ✗ | ✗ |