GitHub Trends
10.1K subscribers
15.3K links
See what the GitHub community is most excited about today.

A bot automatically fetches new repositories from https://github.com/trending and sends them to the channel.

Author and maintainer: https://github.com/katursis
Download Telegram
#rust #database #dataoriented #game_development #relational #relational_database #smart_contracts

SpacetimeDB is a special kind of database that combines the functions of both a database and a server. It allows you to write your application logic directly into the database, which means clients can connect directly without needing extra servers. This makes it very fast and good for real-time applications like games or chat tools. The benefit is that you can build and deploy your entire application using just one language (like Rust), making development simpler and faster.

https://github.com/clockworklabs/SpacetimeDB