React Native-fastlane-Android
Fastlane Install1234$ bundle config set path 'vendor/bundle'$ cd android$ bundle install$ bundle exec fastlane init...
Fastlane Install1234$ bundle config set path 'vendor/bundle'$ cd android$ bundle install$ bundle exec fastlane init...
Setting Up fastlaneInstall Homebrew1234$ /usr/bin/ruby -e \"$(curl -fsSL https://raw.githubusercontent.com/Homebrew/inst...
Install and Initial12$ npx create-react-app rxdbdemo$ npm install --save concurrently moment pouchdb-adapter-http pouchdb-ada...
建立雙向鍊表的 Class123456789101112131415161718192021222324252627282930313233343536373839class Node { constructor(data) {...
LRU CacheCache 是兩個存取速度差異的硬體 同步兩者資料的架構 LRU 是 Least Recently Used 的縮寫 表示最近較少使用的會優先被替換掉 實作邏輯LRU 快取是一個固定容量的 map 如果快取是滿的時候 仍需要插入一...
AndroidInitial React Native App1$ react-native init rn_notification Install1$ yarn add @react-native-firebase/app @react-nat...
IOSInitial React Native App1$ react-native init rn_notification Install12$ yarn add @react-native-firebase/app @react-native...
需求處理 JWT 的時候如果在瀏覽器可以將 token 存在 localStorage 中的 socketcluster.authToken 但是如果在 React Native 中沒有 localStorage 的模組 可以使用 jest-loca...
SCC GuideSCC 是服務的集合 讓你可以快速的將 SocketCluster 快速的部屬到多台機器上 讓彼此可以任意溝通 並且可以利用 Kubernetes 上面優化運行 SCC 基本上可以分成幾個服務 scc-worker (Socke...
Mongodb以 Mongodb 為範例 1234$ git clone git@github.com:SocketCluster/scc-broker.git scc-mongo-broker && cd scc-mongo-bro...