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

krestianstvo-tranoo

v0.2.7

Published

Krestianstvo, Tranoo fork | Solid JS

Downloads

12

Readme

Krestianstvo SDK 4 | Solid JS

image

Krestianstvo SDK 4 is the Open Source implementation of the Croquet application architecture in Functional Reactive Paradigm.

Live Demo

https://play.krestianstvo.org

Documentation

https://docs.krestianstvo.org

Krestianstvo SDK 4 is mainly developed using Solid JS with the prototype in S.JS. Other implementations are also underway for Rust, Swift and Squeak Smalltalk programming languages.

The applications built with Krestianstvo SDK 4 are using just Signals, Effects and reactive computations to get the original scene of Croquet's Objects with Message passing but implemented in Functional Reactive Paradigm (FRP).

Virtual Time and Reflector are based on Virtual World Framework's implementation, modified to suit FRP. Support for running applications built with SDK in peer-to-peer Web, mesh and decentralised networks even without Reflector server is underway, by using Krestianstvo Luminary.

Krestianstvo SDK 4 - is minimal and distributed as a standalone ESM JavaScript module to be bundled within any Solid JS or Astro web applications.

Getting all the benefits from Functional Reactive Paradigm (FRP), Krestianstvo SDK 4 become just an ideal framework for developing and deploying multi-user, collaborative serverless apps with ease. It is brining closer to the realisation the ideas about an End-User Mobile Web XR Virtual Learning Environment founded in the previous versions of Krestianstvo SDK.

Croquet FRP implementations founded in SDK 4

| | Language | FRP library | Status | | |---------------------|------------|-------------|--------------------|---| | krestianstvo | JavaScript | Solid JS | active development | | | krestianstvo-s.js | JavaScript | S.js | prototype | | | krestianstvo-rust | Rust | Sycamore | in work | | | krestianstvo-swift | Swift | Bow-Swift | future work | | | krestianstvo-squeak | Smalltalk | S.Squeak | future work | |

Develop Applications

npm install krestianstvo --save

CodeSandbox demo project

or

Clone and run Krestianstvo | Core

git clone https://github.com/NikolaySuslov/krestianstvo 
npm install  
npm run dev  

By default Vite will start the development server: http://localhost:5173
Copy this link to Web browser.

You need to run local Reflector server or connect to the public one.
Public running reflector server address: https://time.krestianstvo.org

Run your local server

git clone https://github.com/NikolaySuslov/lcs-reflector 
npm install  
npm run start 

By default Reflector server will start at: http://localhost:3001

Build and deploy

The project is using Vite for bundling the Krestianstvo library

npm run build  
npm run serve

Glitch demo bundled project with Reflector

Contributing

All code is published under the MIT license