Appwrite is an open source backend server that helps you build native iOS applications much faster with realtime APIs for authentication, databases, files storage, cloud functions and much more! Learn more →
Isomorphic-git Alternatives
Similar projects and alternatives to isomorphic-git
-
-
-
SurveyJS
Extensible JavaScript Form Builder Libraries. SurveyJS is a set of four fully customizable JS libraries that allow you to create, easily modify, and run multiple web forms in any web app, while retaining all sensitive data on your own servers.
-
-
Brain.js
🤖 GPU accelerated Neural networks in JavaScript for Browsers and Node.js
-
-
-
-
Appwrite
Appwrite - The Open Source Firebase alternative introduces iOS support . Appwrite is an open source backend server that helps you build native iOS applications much faster with realtime APIs for authentication, databases, files storage, cloud functions and much more!
-
-
BrowserFS
BrowserFS is an in-browser filesystem that emulates the Node JS filesystem API and supports storing and retrieving files from various backends.
-
-
-
-
-
-
FluidFramework
Library for building distributed, real-time collaborative web applications
-
-
-
-
-
TinyMCE
The world's #1 JavaScript library for rich text editing. Available for React, Vue and Angular
-
InfluxDB
Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
isomorphic-git reviews and mentions
- Ask HN: Apps that are built with Git as the back end?
-
Nextjs and git
This article is an attempt to classify knowledge about using git in a nodejs environment. Particularly, this is going to tell about isomorphic-git library and how to implement it in web applications.
-
Trying to clone a repository & send it to the frontend with Node & Express
I recently had to implement git cloning into a full stack project and I found a very useful library OP can use. isomorphic-git which would solve this issue and allow them to clone into a virtual filesystem which can help save speed, storage, and possibly keep it secure. Plus if the memfs package is used the OP can just dumb the JSON of the Volume object into the request.
- Open source ‘protestware’ harms Open Source
-
5 Insane Features in my OS in the Browser!!! 🤯
I always wanted to make a command line interface/prompt but didn't actually start it till a few months ago. I decided to go with Xterm.js for the basic terminal interface along with a modified local-echo to add basic required functionality. Then I set about duplicating every command I could find. I was able to link the terminal directly to the file system so all commands show real information. You can run help to view all commands/aliases. I've also included things such as Git, Python & Wapm.io support.
-
I've turned my personal website into a Web Desktop Environment and added client side Git to the terminal!
Thanks for the interest! To do git I used https://isomorphic-git.org/, the terminal is backed by https://xtermjs.org/ and the file system that it writes to is coming from https://github.com/jvilk/BrowserFS. This is all part of my side project (https://github.com/DustinBrett/daedalOS) to build a web desktop environment.
-
After 1 YEAR of hard work my NEW Ultimate Web Desktop Environment is ready for launch!!!!! 🎉🎉
Git support (checkout & clone)
-
20 JavaScript Utilities to Boost Your Productivity As a Developer
Thanks for the sharing! Just a couple of suggestions: i would prefer Ramda or lodash instead of underscore. I would additionally recommend the following libraries: - Deal with git stuff: isomorphic-git (https://github.com/isomorphic-git/isomorphic-git) is a pure JavaScript reimplementation of git that works in both Node.js and browser JavaScript environments. - Generate app from templates: yeoman (https://github.com/yeoman/yeoman) is a robust and opinionated set of tools, libraries, and a workflow that can help developers quickly build beautiful, compelling web apps. - Lint and format a code: prettier (https://github.com/prettier/prettier) is an opinionated code formatter. It enforces a consistent style by parsing your code and re-printing it with its own rules that take the maximum line length into account, wrapping code when necessary. - Deal with schemas: zod (https://github.com/colinhacks/zod) is a TypeScript-first schema declaration and validation library. I'm using the term "schema" to broadly refer to any data type, from a simple string to a complex nested object. - Deal with react state elegantly: valtio (https://github.com/pmndrs/valtio) turns the object you pass it into a self-aware proxy. - Add keybindings: tinykeys (https://github.com/jamiebuilds/tinykeys) - a tiny (~400 B) & modern library for keybindings.
-
Node.js Packages and Resources
isomorphic-git - Pure JavaScript implementation of Git.
-
How to Use IndexDB to Manage State in JavaScript
There are wrapper libs like https://dexie.org/ with much nicer api. Libs like https://isomorphic-git.org/ are interesting indexeddb use case (albeit indirectly by means of using suitable browser fs implementation)
-
A note from our sponsor - Appwrite
appwrite.io | 1 Apr 2023
Stats
isomorphic-git/isomorphic-git is an open source project licensed under MIT License which is an OSI approved license.