Bookmarks
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
page 2 / 2
40 results tagged lightweight  ✕   ✕
vector-im/hydrogen-web: Lightweight matrix client with legacy and mobile browser support https://github.com/vector-im/hydrogen-web
Sun 09 Aug 2020 10:28:16 PM PDT archive.org

A minimal Matrix chat client, focused on performance, offline functionality, and broad browser support. Tries to be as desktop friendly as it is mobile friendly. UI components are reusable and composable. Can be added to an existing site. Stores everything locally. Right now it's a PoC.

html5 javascript matrix client crossplatform lightweight
GitHub - cdreier/1chatroom https://github.com/cdreier/1chatroom
Wed 13 May 2020 02:28:22 PM PDT archive.org

This is the most basic version of a self-hosted persistent chatroom. A simple chat webapp. Quick and dirty. Basic admin functionality. Push notification enabled.

golang webapp chat lightweight
Geany https://www.geany.org/
Wed 18 Mar 2020 10:46:42 PM PDT archive.org
ide texteditor lightweight crossplatform
GitHub - pdrb/dbj https://github.com/pdrb/dbj
Tue 03 Mar 2020 12:44:02 PM PST archive.org

A simple, lightweight embedded in memory JSON database. Load in and/or write to a JSON document in the file system. Interact with it the way you'd interact with a database abstraction layer, with INSERTs and SELECTs. Search and sort as you'd expect.

Very small - only about 400 LoC. Fully commented. Has no deps.

json python database exocortex embedded lightweight
Mitogen https://mitogen.networkgenomics.com/
Mon 25 Nov 2019 11:21:12 AM PST archive.org

Mitogen is a Python library for writing distributed self-replicating programs.

There is no requirement for installing packages, copying files around, writing shell snippets, upfront configuration, or providing any secondary link to a remote machine aside from an SSH connection. Due to its origins for use in managing potentially damaged infrastructure, the remote machine need not even have free disk space or a writeable filesystem.

It is not intended as a generic RPC framework; not intended for direct use by consumer software.

The focus is to centralize and perfect the intricate dance required to run Python code safely and efficiently on a remote machine, while avoiding temporary files or large chunks of error-prone shell scripts, and supporting common privilege escalation techniques like sudo, potentially in combination with exotic connection methods such as WMI, telnet, or console-over-IPMI.

Github: https://github.com/dw/mitogen

python sysadmin distributed commands repairs lightweight messages
Epicyon https://epicyon.net/
Sun 24 Nov 2019 08:26:01 PM PST archive.org

Epicyon is an AGPL licensed ActivityPub protocol compliant federated social network server suitable for hosting a small number of accounts on low power systems requiring minimal maintenance, such as single board computers. It's the ActivityPub equivalent of an email server, storing posts as human readable JSON on file, rather than in a database. It also uses only a small amount of RAM.

Python, HTML+CSS. Almost no JS is used.

Has pretty much all of the features you'd expect. Has a calendar feature for local users. Has bookmarking of specific posts.

Repo: https://gitlab.com/bashrc2/epicyon

activitypub fediverse server python protocol lightweight federated
GitHub - zedeus/nitter: Alternative Twitter front-end https://github.com/zedeus/nitter
Thu 17 Oct 2019 10:19:40 AM PDT archive.org

A free and open source alternative Twitter front-end focused on privacy.
Inspired by the invidio.us project.

No JavaScript or ads
All requests go through the backend, client never talks to Twitter
Prevents Twitter from tracking your IP or JavaScript fingerprint
Unofficial API (no rate limits or developer account required)
AGPLv3 licensed, no proprietary instances permitted
Dark theme
Lightweight (for @nim_lang, 36KB vs 580KB from twitter.com)
Native RSS feeds

Written in Nim for some odd reason.

twitter client webapp selfhosted lightweight nim
GitHub - mdibaiee/awesome-lite-websites: A list of awesome lightweight websites without all the bloat https://github.com/mdibaiee/awesome-lite-websites
Fri 23 Aug 2019 09:46:33 PM PDT archive.org

A list of lightweight [versions of] websites without all the bloat. Websites included include no, or very little JavaScript and are smaller than 1MB in size (usually smaller by a significant margin).

awesome websites lightweight minimalist news socialmedia archives search mail
tsileo/microblog.pub: A self-hosted, single-user, ActivityPub powered microblog. https://github.com/tsileo/microblog.pub
Sat 13 Apr 2019 06:46:52 PM PDT archive.org

A self-hosted, single-user, ActivityPub powered microblog. Fully compatible with the Fediverse. Also implements Indieauth. No Javascript - HTML and CSS only! Uses poussetaches for its activity queue. Offers RSS, ATOM, and JSON feeds. Has a minimal API.

Maybe use this as a scrobbling server?

fediverse microblog python lightweight rss json rest api exocortex
Filestash — Self-hosted client for your data https://www.filestash.app/
Mon 08 Apr 2019 11:27:17 AM PDT archive.org

Filestash lets you easily manage your data regardless of where it is stored: FTP / SFTP / Git / S3 / Minio / Dropbox / Google Drive

Graphical file manager. Lets you create mountable shared drives on a server for collaboration. Plugin architecture so it can be customized. Has its own text editor. Tries to run on as many platforms as possible, from desktop to mobile. Tries to be lightweight.

Github: https://github.com/mickael-kerjean/filestash

golang webapp exocortex leandra multimedia files management lightweight
rancher/k3s: Lightweight Kubernetes. 5 less than k8s. https://github.com/rancher/k3s
Tue 12 Mar 2019 12:08:09 PM PDT archive.org

k3s is intended to be a fully compliant Kubernetes distribution with the following changes:

Legacy, alpha, non-default features are removed. Hopefully, you shouldn't notice the stuff that has been removed.
Removed most in-tree plugins (cloud providers and storage plugins) which can be replaced with out of tree addons.
Add sqlite3 as the default storage mechanism. etcd3 is still available, but not the default.
Wrapped in simple launcher that handles a lot of the complexity of TLS and options.
Minimal to no OS dependencies (just a sane kernel and cgroup mounts needed). k3s packages required dependencies

devops containers lightweight linux golang docker
CNN - Breaking News, Latest News and Videos https://lite.cnn.io/en
Mon 24 Dec 2018 01:29:08 AM PST archive.org

CNN, only, as light as possible.

news lightweight
TACHYONS - Css Toolkit http://tachyons.io/
Sat 28 Jul 2018 10:29:02 AM PDT archive.org

Build beautiful, responsive, readable interfaces. Lightweight, only 14k in size. Looks easy to use.

web design css lightweight elegant mobile responsive
txti - Fast web pages for everybody http://txti.es/
Mon 16 Jul 2018 04:17:25 PM PDT archive.org

Txti is fast web pages for everybody. Most of the world still does not have internet, but many websites from countries like the United States are big and complicated. This makes it hard for people with slow internet to use these sites. It is even harder for those people to put their own thoughts on the internet. With txti, anyone can use any device to share their story.

online service web fast text lightweight
Bottle: Python Web Framework https://github.com/bottlepy/bottle
Sun 01 Jul 2018 10:53:50 PM PDT archive.org

Bottle is a fast, simple and lightweight WSGI micro web-framework for Python. It is distributed as a single file module and has no dependencies other than the Python Standard Library.

python web framework lightweight development rest foss
brutaldon https://brutaldon.online/about
Fri 01 Jun 2018 03:16:52 PM PDT archive.org

Brutaldon is a client for Mastodon. You can use it to log in to any Mastodon instance from any browser, including text browsers such as lynx. You do not need a separate brutaldon account to use it. Brutaldon will authenticate you to your instance.

https://github.com/jfmcbrayer/brutaldon

web software foss simple mastodon client lightweight python
Adminer http://www.adminer.org/
Tue 20 Mar 2018 01:06:46 AM PDT archive.org

A single-file database administration utility written in PHP. Supports MySQL, PostgreSQL, SQLite, MS SQL, and Oracle database servers. Formerly phpMyAdmin. Seems to let you do everything you could do from a database shell. Session-aware. Has plugins for a number of popular web apps to help you fix their databases should you need to. Easily themeable, just drop a new CSS file into the directory Adminer is installed in.

sqlite postgresql database administration mysql oracle webapp php mssql management lightweight web
umurmur - Minimalistic Murmur (Mumble server) http://umurmur.net
Tue 20 Mar 2018 12:53:08 AM PDT archive.org

A lightweight implementation of the server side of the Mumble protocol. Intended for use on embedded systems, but should compile just fine on full OSes. It specifically runs on Arch Linux and NetBSD, anyway...

Github: https://github.com/umurmur/umurmur

foss embedded server lightweight mumble voip software
MultiBit • Secure lightweight international Bitcoin wallet http://multibit.org/index.html
Tue 20 Mar 2018 12:42:24 AM PDT archive.org

Multibit is a lightweight Bitcoin client written in Java and known to run on Windows (32-bit and 64-bit), MacOSX, and Linux. Source code is on Github, installers available. Lightweight - does not locally store the Bitcoin blockchain.

java foss windows linux bitcoin crossplatform osx client lightweight cryptocurrency
Blogging with Jekyll Tutorial | Jekyll-Bootstrap http://jekyllbootstrap.com/
Tue 20 Mar 2018 12:41:18 AM PDT archive.org

Jekyll is a static blog implemented using Bootstrap meant for use by developers and designers. It was specifically designed to be deployed as a Github Page for development projects. Has an online installer. If you need something fast and easy, this is a good possibility.

No database. Uses Git on the back end.

web github webapp bootstrap blog lightweight static
page 2 / 2
4220 links, including 281 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn