Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simonkarman/krmx-presentation
Slides including an example project for showcasing Krmx
https://github.com/simonkarman/krmx-presentation
Last synced: 1 day ago
JSON representation
Slides including an example project for showcasing Krmx
- Host: GitHub
- URL: https://github.com/simonkarman/krmx-presentation
- Owner: simonkarman
- Created: 2023-08-13T20:10:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-26T19:43:30.000Z (over 1 year ago)
- Last Synced: 2024-03-14T20:36:02.696Z (11 months ago)
- Language: TypeScript
- Size: 2.19 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Krmx Presentation
[Krmx](https://simonkarman.github.io/krmx) is a network protocol for realtime multi-user interactions. This repository contains a showcase presentation including slides and an example project for [Krmx](https://simonkarman.github.io/krmx).## Project Structure
This repository contains the following directories.- `slides/` directory with the slides of the presentation
- `server/` directory containing an example server implementation of Krmx
- `client/` directory containing an example client implementation of Krmx
- `hosted/` directory showing how to run Krmx on an AWS EC2 instance