All Projects → molenzwiebel → Mimic

molenzwiebel / Mimic

Licence: mit
📡 League from the safety of your toilet.

Programming Languages

typescript
32286 projects
csharp
926 projects

Projects that are alternatives of or similar to Mimic

Appstoreconnect Cli
An easy to use command-line tool for interacting with the Apple AppStore Connect API
Stars: ✭ 110 (-65.62%)
Mutual labels:  mobile, client
Stompclientlib
Simple STOMP Client library, Swift 3 and 4, 4.2, 5 compatible
Stars: ✭ 99 (-69.06%)
Mutual labels:  mobile, client
Status React
a free (libre) open source, mobile OS for Ethereum
Stars: ✭ 3,307 (+933.44%)
Mutual labels:  mobile
Cordova Docs
Apache Cordova Documentation
Stars: ✭ 315 (-1.56%)
Mutual labels:  mobile
Dialog2
移动端弹窗插件第二版,包括常见的 alert、confirm。toast、notice 四种类型弹窗,支持 jQuery 和 Zepto 库。(已停止维护,请使用vue、react 等新框架)
Stars: ✭ 311 (-2.81%)
Mutual labels:  mobile
Orion
Cross platform Twitch.tv client
Stars: ✭ 298 (-6.87%)
Mutual labels:  client
Go Elasticsearch
The official Go client for Elasticsearch
Stars: ✭ 3,817 (+1092.81%)
Mutual labels:  client
Buttercup Mobile
📱 React-Native mobile application for Buttercup
Stars: ✭ 297 (-7.19%)
Mutual labels:  mobile
Flutterfurnitureappui
Flutter representation of a furniture app UI
Stars: ✭ 322 (+0.63%)
Mutual labels:  mobile
Cordova Android
Apache Cordova Android
Stars: ✭ 3,285 (+926.56%)
Mutual labels:  mobile
Perfi
Personal finance assistance with ReactNative
Stars: ✭ 312 (-2.5%)
Mutual labels:  mobile
Elasticsearch Py
Official Elasticsearch client library for Python
Stars: ✭ 3,486 (+989.38%)
Mutual labels:  client
Websocket Client
🔧 .NET/C# websocket client library
Stars: ✭ 297 (-7.19%)
Mutual labels:  client
Cdrs
Cassandra DB native client written in Rust language. Find 1.x versions on https://github.com/AlexPikalov/cdrs/tree/v.1.x Looking for an async version? - Check WIP https://github.com/AlexPikalov/cdrs-async
Stars: ✭ 314 (-1.87%)
Mutual labels:  client
Thera
Thera is an integrated development environment(IDE) powered by Alibaba.com aimed for improving mobile hybrid solution develop experience, such as weex, luaview, react native.
Stars: ✭ 298 (-6.87%)
Mutual labels:  mobile
Flutter snaplist
A small library for creating snapping lists.
Stars: ✭ 313 (-2.19%)
Mutual labels:  mobile
Bodyweight Fitness Android
Bodyweight Fitness (Android)
Stars: ✭ 297 (-7.19%)
Mutual labels:  mobile
Remoto
Ultra-simple RPC ecosystem designed for right now.
Stars: ✭ 304 (-5%)
Mutual labels:  mobile
Ccql
Multi server MySQL client
Stars: ✭ 313 (-2.19%)
Mutual labels:  client
Universa
Universa network, node, client and API
Stars: ✭ 322 (+0.63%)
Mutual labels:  client

Mimic Logo

Build Status Discord

📡 Mimic

The new League client. Except it's on your phone.

Mimic is a different UI for the new League client that renders on your phone as a webpage instead of an application on your computer. It allows you to go through the game setup flow (from lobby until the end of champ select) from the safety of your toilet seat.

This repository contains the source code for Mimic. Looking for the page with features and downloads instead?

Developing Mimic

Mimic is composed of three different components: web, conduit and rift. Please read the appropriate READMEs in the subdirectories for information on how to develop for the platform.

  • Web is the user interface presented to users. It uses Vue with Typescript and handles the actual controlling of the client.

  • Conduit is the Windows application that redirects client traffic to the mobile website. It is written in C# and uses Websockets to connect to both the LCU and the mobile client.

  • Rift is a Node/Express application that is responsible for tunneling a Web <-> Conduit connection through a central server. It also keeps track of the 6-digit codes issued to clients, doing so by signing JWT tokens. It does not get into contact with any raw data, since all traffic is end-to-end encrypted.

License

Mimic and all of its components are released under the MIT license. Feel free to browse through the code as you like, and if you end up making any improvements or changes, please do not hesitate to make a pull request. :)

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