Skip to content

krmao/template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To learn full stack development techniques,
and be aimed at building a powerful enterprise framework.

Template is released under the MIT license. Beautiful welcome!

  • android flutter mixed with native framework
  • android hybird and hot-deploy framework
  • android react-native and hot-deploy framework
  • ios object-c template project
  • wechat normal mini-program
  • wechat mpvue mini-program
  • hybird vue

mobile web

  • vue
  • nuxtjs
  • react
  • nextjs
  • flutter integration with android
  • flutter integration with ios
    source 'https://github.com/krmao/libsforios.git'
    pod 'FlutterEngineDebug', '1.22.400'
    pod 'FlutterBusiness',  '0.1.0', :subspecs => ["FlutterBusinessDebug"]
    
  • flutter pure app

pc web

  • pc gulp custom project
  • pc webpack vue project
  • pc webpack react project
  • spring-boot single project
  • springcloud project
  • springcloud spring-boot
  • springcloud eureka-server
  • springcloud eureka-client
  • springcloud zuul
  • springcloud eureka-ribbon load balancing
  • springcloud zuul cycle balancing
  • springcloud zuul + eureka-ribbon load balancing
  • jmeter test load balancing

todo list

  • springcloud high availability

    高可用(High Availability)是分布式系统架构设计中必须考虑的因素之一,它通常是指,通过设计减少系统不能提供服务的时间。

    • 高可用 eureka-client 集群, zuul 已经实现了
    • 高可用 eureka-server 集群(eureka-server 本身是可能宕机的)
    • 高可用 zuul 集群(zuul 本身是可能宕机的)
    • nginx 是如何负载均衡的
  • ios examples
  • ios hot update
  • flutter mixed with native page stacks
  • flutter hot update
  • nextjs template project
  • nuxtjs template project
  • react template project