Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```