All Projects → oxogenesis → oxo-chat-client

oxogenesis / oxo-chat-client

Licence: other
基于websocket、json、blockchain的公告、聊天(客户端到客户端加密)客户端。账号无需注册,本地生成!

Programming Languages

javascript
184084 projects - #8 most used programming language
Vue
7211 projects
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to oxo-chat-client

oxo-chat-app
基于websocket、json、blockchain的公告、聊天(客户端到客户端加密)客户端。账号无需注册,本地生成!
Stars: ✭ 20 (-61.54%)
Mutual labels:  ws, web3, secp256k1, self-host, bulletin, oxo
frontend-v2
Frontend app for the Balancer protocol
Stars: ✭ 127 (+144.23%)
Mutual labels:  web3
dxvote
Governance Dapp of DXdao
Stars: ✭ 28 (-46.15%)
Mutual labels:  web3
Before-Bitcoin
Book about the ideological context of cryptocurrency. 'Before Bitcoin' written by Pet3rpan.
Stars: ✭ 22 (-57.69%)
Mutual labels:  web3
trystero
🤝 Serverless WebRTC matchmaking for painless P2P — Make any site multiplayer in a few lines — Use BitTorrent, IPFS, or Firebase
Stars: ✭ 512 (+884.62%)
Mutual labels:  web3
useWeb3
useWeb3 provides a curated overview of the best and latest resources on Ethereum, blockchain and Web3 development.
Stars: ✭ 325 (+525%)
Mutual labels:  web3
Twitch Js
A community-centric, community-supported version of tmi.js
Stars: ✭ 225 (+332.69%)
Mutual labels:  ws
eufy-security-ws
Small server wrapper around eufy-security-client library to access it via a WebSocket.
Stars: ✭ 83 (+59.62%)
Mutual labels:  ws
crypto-high-score
Add your name to the global, immutable leaderboard by paying in ETH.
Stars: ✭ 18 (-65.38%)
Mutual labels:  web3
erebos
JavaScript client and CLI for Swarm
Stars: ✭ 47 (-9.62%)
Mutual labels:  web3
tool-db
A peer-to-peer decentralized database
Stars: ✭ 15 (-71.15%)
Mutual labels:  web3
resources
A living collection of resources for participants (and anyone who's interested) in Truffle University's courses 📚
Stars: ✭ 27 (-48.08%)
Mutual labels:  web3
flutter-websocket-lan-chat
💬 A Flutter LAN-chat app for both Android & IOS that makes use of a Websocket ~ Flutter.dev project in Dart
Stars: ✭ 32 (-38.46%)
Mutual labels:  ws
polkadot-wiki-old
The Polkadot wiki.
Stars: ✭ 56 (+7.69%)
Mutual labels:  web3
geesome-node
🦈 Your self-hosted decentralized Messenger, Social network, Media file storage on top of IPFS! Freely communicate in encrypted chat groups, share images, video, text or any data without a risk of censorship or blocking.
Stars: ✭ 90 (+73.08%)
Mutual labels:  web3
Web3Pass
Your Web3 in one shot 🍻
Stars: ✭ 54 (+3.85%)
Mutual labels:  web3
play
playproject
Stars: ✭ 22 (-57.69%)
Mutual labels:  web3
airswap-web
AirSwap Web App
Stars: ✭ 94 (+80.77%)
Mutual labels:  web3
circles-myxogastria
Webapp and mobile client for Circles
Stars: ✭ 32 (-38.46%)
Mutual labels:  web3
mev-inspect-rs
Discover historic Miner Extractable Value (MEV) opportunities
Stars: ✭ 443 (+751.92%)
Mutual labels:  web3

后续可能还会进行扩展:局域网内数据同步功能,数据中继远程系统互联机制,本地系统同时连接多个远程中继,消息内容格式扩展等。

使用教程

使用教程

代码

客户端
路由器
服务端

安装包

安装包

wiki

1.关于密码学
2.系统描述
3.业务消息
4.数据存储

public server

website(online account、bulletin cache)

service

  • wss://ru.oxo-chat-server.com

I would like to point a subdomain to your ip, if you want to provide service for the public.
You could create a issue to submit your ip and other info of your server.
You could use servers other people provided to contact you friends.
Or you could setup your own server just for your friends.

run code

  • install node environment, must be v10.11.0
    $ node -v
    v10.11.0

  • install dependencies, compile sqlite for electron
    $ npm install
    $ npm run sqlite3
    $ cd dist
    $ npm install
    $ npm run sqlite3

  • test
    $ npm run test

  • build
    $ npm run build

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].