Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/no0dles/iwent
realtime web framework
https://github.com/no0dles/iwent
event-sourcing realtime web-framework
Last synced: 24 days ago
JSON representation
realtime web framework
- Host: GitHub
- URL: https://github.com/no0dles/iwent
- Owner: no0dles
- Created: 2020-01-31T16:05:13.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T23:01:26.000Z (about 2 years ago)
- Last Synced: 2024-04-28T04:42:23.647Z (8 months ago)
- Topics: event-sourcing, realtime, web-framework
- Language: TypeScript
- Homepage:
- Size: 1.08 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# iwent
[![Build Status](https://drone.bertschi.io/api/badges/no0dles/iwent/status.svg)](https://drone.bertschi.io/no0dles/iwent)
[![Coverage Status](https://coveralls.io/repos/github/no0dles/iwent/badge.svg?branch=master)](https://coveralls.io/github/no0dles/iwent?branch=master)## Build
```bash
yarn build
```## Run Example
```bash
cd packages/example
yarn server
yarn client
```