Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lightnet/peertopeerpostgunjs
Work in progress chat and post system access using gunjs and seajs with javascript and nodejs.
https://github.com/lightnet/peertopeerpostgunjs
gunjs javascript nodejs polka seajs svelte-v3 sveltejs
Last synced: 7 days ago
JSON representation
Work in progress chat and post system access using gunjs and seajs with javascript and nodejs.
- Host: GitHub
- URL: https://github.com/lightnet/peertopeerpostgunjs
- Owner: Lightnet
- Created: 2019-08-04T14:58:26.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-04T06:00:03.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T09:36:31.210Z (7 months ago)
- Topics: gunjs, javascript, nodejs, polka, seajs, svelte-v3, sveltejs
- Language: HTML
- Homepage:
- Size: 628 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# peertopeerpostgunjs
## Created by: Lightnet
## License: MIT
## Code Languages:
* Javascipt Babeljs
* Svelte 3## Features:
* Account simple
* Message (status: partly done | encrypt: done)
* Chat (status: partly done | encrypt: done)
* Forum / Reddit (status: work in progres | encrypt: not finish )## Information:
To create chat, posts, and messages framework in peer to peer database by using browser client access account. By using gun.js, sea.js and layer of Svelte 3 framework and compile javascript to keep file size small as possible. As well other libraries.## Packages:
* gun 0.2019.726
* polka 0.5.2
* rollup 1.18.0
* svelte 3.6.11
* esm 3.2.25
* gulp 4.0.2## Setup:
npm install## Run:
gulp default## Note:
* This project is module so be easy to break apart.## Links:
* https://github.com/Lightnet/module_ui_app_svelte
* Base on access to keep stand alone test.