All Projects → dotsmesh → dotsmesh-web-app

dotsmesh / dotsmesh-web-app

Licence: GPL-3.0 license
This is the source code of the Dots Mesh web app. It's officially hosted on dotsmesh.com, and also available on your own hosts.

Programming Languages

javascript
184084 projects - #8 most used programming language
PHP
23972 projects - #3 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to dotsmesh-web-app

Sudoku
The classic game in its brand new, modern shape. Badges, points & leaderboards included.
Stars: ✭ 13 (-84.15%)
Mutual labels:  web-app
hradla
Logic network simulator that runs in your browser
Stars: ✭ 22 (-73.17%)
Mutual labels:  web-app
meteor-boilerplate
A Meteor ready-to-use app for Blaze + FlowRouter, with a bunch a handy functions, objects, packages, etc
Stars: ✭ 14 (-82.93%)
Mutual labels:  web-app
guitar
🎸 Online guitar toy and tablature recorder/player
Stars: ✭ 80 (-2.44%)
Mutual labels:  web-app
software-systems-architecture
A collection of descriptions of the architecture that various systems use.
Stars: ✭ 24 (-70.73%)
Mutual labels:  web-app
Web
The default DAPNET Web-frontend.
Stars: ✭ 18 (-78.05%)
Mutual labels:  web-app
peeps-generator
Build and customize your open peeps illustrations right away!
Stars: ✭ 32 (-60.98%)
Mutual labels:  web-app
midi-recorder
🎹 The easiest way to record MIDI. No install. Automatically records.
Stars: ✭ 38 (-53.66%)
Mutual labels:  web-app
browser-push
Complete workout and guidelines to add web push notifications support for your webapp without third-party notification provider
Stars: ✭ 67 (-18.29%)
Mutual labels:  web-app
todo
A simple and minimalistic ToDo list manager
Stars: ✭ 18 (-78.05%)
Mutual labels:  web-app
24x7-Foodies---Food-Ordering-Project-in-PHP
An online food ordering website that displays the menu of available food items along with their price and allows the user to place an order after choosing the items from the menu. Technologies used: HTML, CSS, Javascript, PHP, MySQL database.
Stars: ✭ 31 (-62.2%)
Mutual labels:  web-app
csgo-league-web
League web panel
Stars: ✭ 42 (-48.78%)
Mutual labels:  web-app
twittter
Twittter - A tutorial of how to clone some features of Twitter using Ruby on Rails
Stars: ✭ 44 (-46.34%)
Mutual labels:  web-app
virtool
Viral infection diagnostics using next-generation sequencing
Stars: ✭ 36 (-56.1%)
Mutual labels:  web-app
webping
🚦 Python script to monitor web pages.
Stars: ✭ 20 (-75.61%)
Mutual labels:  web-app
binnit
minimal no-fuss pastebin service clone in golang
Stars: ✭ 27 (-67.07%)
Mutual labels:  web-app
AQMissionHelper
Route to the next Onyx - A mission helper tool for Niantic Ingress - Learn more at http://imaq.cn/mh/
Stars: ✭ 12 (-85.37%)
Mutual labels:  web-app
magic-web
Discover all the amazing things your browser can do
Stars: ✭ 39 (-52.44%)
Mutual labels:  web-app
pakdemon
A simple react web app that will show pokemon and their info
Stars: ✭ 17 (-79.27%)
Mutual labels:  web-app
esp8266-rfid-banco-de-dados
Projeto com objetivo de autenticar/autorizar usuários a partir de Tags RFID utilizando Banco de Dados
Stars: ✭ 85 (+3.66%)
Mutual labels:  web-app

Dots Mesh Web App

This is the code for the UI of the platform. There is an officially hosted version on dotsmesh.com, and you can also easily install it on your server.

What is Dots Mesh?

Dots Mesh is a different kind of social platform. It's open and distributed by design. You can self-host your public social profile the same way you can self-host your website and email. There are two types of profiles (public and private), private messaging and secret groups. Learn more at about.dotsmesh.com.

Take a look

Some screenshots from the big screen version of the app:

Your public profile

The Dots Mesh web app

A public post

The Dots Mesh web app

A list of all the posts by the profiles you follow

The Dots Mesh web app

A secret group

The Dots Mesh web app

Private messages

The Dots Mesh web app

Learn more about all the features at about.dotsmesh.com/app

Take a look at a live profile at dotsmesh.com#ivo

Try it yourself

Just found out about Dots Mesh? Do you know that you can join the platform with a free private profile that lives on your device? Get started at dotsmesh.com.

How to install

The Dots Mesh installer is the recommended way to create your own host and join the platform. It will guide you through all the requirements and will install everything needed. There is an auto-update option, so you'll always use the latest stable version of the software.

The Dots Mesh Installer

Custom installation

Requirements

  • A web server (Apache, NGINX, etc.)
  • PHP 7.2+
  • SSL/TLS certificate

Get the code

You can download the latest release as a PHAR file and run the web app this way. Create the index.php with the following content:

<?php

require 'dotsmesh-web-app-x.x.x.phar';

There is a ZIP file option too. Just extract the content to a directory and point the index.php file to it.

<?php

require 'dotsmesh-web-app-x.x.x/app/index.php';

License

The Dots Mesh Web App is licensed under the GPL v3 license. See the license file for more information.

Contributions

The Dots Mesh platform is a community effort. Feel free to join and help us build a truly open social platform for everyone.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].