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
- Host: GitHub
- URL: https://github.com/kalevski/rivalis
- Owner: kalevski
- License: mit
- Created: 2023-01-16T12:54:35.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-14T06:06:21.000Z (about 2 years ago)
- Last Synced: 2024-04-14T12:42:11.510Z (about 2 years ago)
- Topics: game-server, library, multiplayer-game-server, nodejs-server, rivalis
- Language: JavaScript
- Homepage:
- Size: 607 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://rivalis.io)
Simple, secure and fast real-time application development on top of NodeJS
----
[](https://rivalis.io)
[](https://rivalis.io)
[](https://rivalis.io)
[](https://rivalis.io)
[](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)