
Security News
Vite Releases Technical Preview of Rolldown-Vite, a Rust-Based Bundler
Vite releases Rolldown-Vite, a Rust-based bundler preview offering faster builds and lower memory usage as a drop-in replacement for Vite.
github.com/jkomoros/boardgame
boardgame is a work-in-progress package that aspires to make it easy to define multi-player boardgames that can be easily hosted in a high-quality web app with minimal configuration.
You formally define the rules and logic of your boardgame in Go by defining a state object and a series of moves that can be made. You also define a simple Polymer-based web component that renders a given game state client-side.
boardgame is under active development as a hobby project and different components of it vary in their completeness and polish.
A comprehensive getting started guide, including a walkthrough of all of the important concepts in a real-world example, is in the tutorial.
interface{}
, allowing you to rely on the type system as much as possible, and many common configuration errors will be detected and reported when you call NewGameManager
.boardgame-util
makes it easy to generate boilerplate code, generate starter projects, run development servers, make sure the database is structured well, and more.The library is currently relativley full-featured. Here are a few of the known gaps (and the issues that track their status):
Many more small things are still rough or not implemented. Please file issues or comment on existing issues in the tracker for things you're missing!
FAQs
Unknown package
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Vite releases Rolldown-Vite, a Rust-based bundler preview offering faster builds and lower memory usage as a drop-in replacement for Vite.
Research
Security News
A malicious npm typosquat uses remote commands to silently delete entire project directories after a single mistyped install.
Research
Security News
Malicious PyPI package semantic-types steals Solana private keys via transitive dependency installs using monkey patching and blockchain exfiltration.