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.
- Host: GitHub
- URL: https://github.com/molingyu/sventjs
- Owner: molingyu
- Created: 2016-10-30T07:51:53.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-02-14T03:01:00.000Z (over 7 years ago)
- Last Synced: 2025-02-07T00:20:12.320Z (8 months ago)
- Topics: async, event, fibers
- Language: JavaScript
- Homepage: https://molingyu.github.io/sventjs/
- Size: 3.79 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Svent
[](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).