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

https://github.com/molingyu/sventjs

Async event framework.
https://github.com/molingyu/sventjs

async event fibers

Last synced: 8 months ago
JSON representation

Async event framework.

Awesome Lists containing this project

README

          

# Svent
[![CircleCI](https://circleci.com/gh/molingyu/sventjs/tree/master.svg?style=svg)](https://circleci.com/gh/molingyu/sventjs/tree/master)

Svent is an async event framework implemented with Fiber.Used for game or GUI event handling.

## Installation

```
npm install svent
```
or
```
npm install svent -g
```

## Usage
View test/tests.

## Development

```
npm install
```

## License

The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).