Movex let's you cut the development effort in half and ship faster by abstracting the backend logic and server-side away! 🎉
With it's unique approach and set of features Movex gives you the freedom to focus only on the front-end while still maintaining all of the control over the App Logic, UI/UX and Authority over Data.
In addition it comes pre-packed with:
- the ability to keep parts of the shared state private to specific users. See Secret State
- ensures the minimun amount of data is sent over the wire with each update. See Deterministic Action Propagation
- keeps bad actors away by keeping the Data Reconciliation Logic out of the client reach. See Authoritative Server
- Fix one of the #hactoberfest issues.
- Give feedback.
- 🙏 Give us a Github Star
- Request a new feature
- File a bug report
- Add tests
- Use Movex to build your own game or application. See examples below!
- Chat App - https://github.com/GabrielCTroia/movex-next-chat
- Multiplayer Rock Paper Scissors Game - https://codesandbox.io/s/rps-demo-x877yl
- 🤯 No Backend logic to manage - Movex takes care of it for you! See how.
- 👑 Authoritative Server
- 🤩 Real-time synchronization
- 🤐 Secret State
- 😎 Follows the Flux API
- 😍 Works with Vanilla JS or any Framework
At the client level, Movex adheres to the Flux Pattern to react to UI changes. Additionally, it employs the "Deterministic Action Propagation Method" to synchronize any state changes with the Global (Master) State which lives on the server. Consequently, this process instantly updates all other peers on the network, ensuring real-time data synchronization. Learn More.
Visit the Docs to get started with Movex.
First off, thank you for showing an interest in contributing to the Movex project! We have created a Contributing Guide that will show you how to setup a development environment and how to open pull requests and submit changes.
-
🚀 Want to participate in #hacktoberfest? We have a selection of #hactoberfest issues.
-
Want to help with the code? Please check out our Good First Issue section.
-
Don't wanna' code? Any feedback is welcome and greatly appreciated so please don't hesitate to open an issue.
-
For any other help, you can write us on our Discord, Twitter or just open an issue!
This is very important for #hacktoberfest so Github can trace your contribution correctly. Learn more about signing commits.
ALSO: Please see our Requirements For Opening PRs.
Movex is licensed under the MIT License - see the LICENSE file for details.
Movex wouldn't be the same without you, so thank you all for your amazing efforts and contribution!
Made with contrib.rocks.