npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

movex

v0.1.5-4

Published

Movex is a Multiplayer (Game) State Synchronization Library using Deterministic Action Propagation without the need to write Server Specific Code.

Downloads

85

Readme

NPM version License contributions welcome CI Type Script Compilation

🧐 Why Movex

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:

🚀 Examples

  • Chat App - https://github.com/GabrielCTroia/movex-next-chat
  • Multiplayer Rock Paper Scissors Game - https://codesandbox.io/s/rps-demo-x877yl

⭐️ Features

  • 🤯 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

🧙🏽‍♂️ How Movex works

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.

👩‍💻 Getting Started

Visit the Docs to get started with Movex.

🙏 Contributing

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!

Before You Contribute, make sure your commits are signed using SSH, GPG os S/MIME

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.

🛡️ License

Movex is licensed under the MIT License - see the LICENSE file for details.

👽 Community

Join our Discord

🥷 Thanks To All Contributors

Movex wouldn't be the same without you, so thank you all for your amazing efforts and contribution!

Made with contrib.rocks.