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

https://github.com/kalevski/rivalis

🔗 NodeJS library for building real-time applications
https://github.com/kalevski/rivalis

game-server library multiplayer-game-server nodejs-server rivalis

Last synced: about 1 year ago
JSON representation

🔗 NodeJS library for building real-time applications

Awesome Lists containing this project

README

          

[![logo](https://user-images.githubusercontent.com/10467454/113154097-f834d280-9237-11eb-95a9-bd62cdde4677.png)](https://rivalis.io)

Simple, secure and fast real-time application development on top of NodeJS

----

[![forthebadge](https://forthebadge.com/images/badges/built-with-love.svg)](https://rivalis.io)
[![forthebadge](https://forthebadge.com/images/badges/fo-real.svg)](https://rivalis.io)
[![forthebadge](https://forthebadge.com/images/badges/uses-js.svg)](https://rivalis.io)
[![forthebadge](https://forthebadge.com/images/badges/open-source.svg)](https://rivalis.io)

[![GitHub](https://img.shields.io/github/license/kalevski/rivalis?style=for-the-badge)](https://github.com/kalevski/rivalis/blob/main/LICENSE)

----

Rivalis is free & open-source framework for building real-time applications and multiplayer game servers.

## 👍 Good for
- **Real-time applications**
- chats
- notifications
- real-time events
- **Games**
- Multiplayer arena
- Turn based strategies

## 🚀 Getting started
**TBD**

## 📦 Packages
- [**@rivalis/core**](https://github.com/kalevski/rivalis/tree/main/core)
- [**@rivalis/browser**](https://github.com/kalevski/rivalis/tree/main/browser)

## 🚀 Run demo project
- Clone the repository `git clone git@github.com:kalevski/rivalis.git`.
- Install project dependencies using `npm install`
- Build the project using `npm run build`
- Run the demo using `npm run demo`

## License

The project is licensed under [MIT License](https://github.com/kalevski/rivalis/blob/main/LICENSE)