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

o-sea

v2.0.1

Published

Object oriented web framework, focused on transparent method calls and announcements to remote objects

Downloads

2

Readme

Single Endpoint Application

Object oriented web framework, focused on transparent method calls to remote objects and transparent remote announcements

It implements an almost transparent call/return and announcements protocol between remote objects in front and back sides, using websockets or Http requests

Documentation

http://o-programming-language.org/

What can o-sea be used for?

Particularly, it may outstand in supporting distributed computing

Say there's a complex calculation that requires a great deal of processing power, memory and time of a dedicated server, like the triangulation of a matrix of millons of columns and rows, big enough to not fit in memory, or millions of integer divisions between numbers of millons of digits, large enough to require decades of computing power

If it would possible to, somehow, split the complex calculation into billions of smaller, independent calculations to process in parallel, the resulting througput might reduce the processing time to a feaseable solution

The problem is how to deploy, keep up to date and coordinate billions of versions of the software to distribute

With a Single Page Application running in a regular web browser, any personal computer, or even an Arduino device, could fetch the up to date version of the processing logic from the server in the form of a Single Page Application, and the server could provide it with a small computation piece in the form of o-sea remote_call/remote_return message, which each browser would execute locally, with its own resources, on its idle time, to respond the result