| menacher/java-game-server |
1,140 |
|
3 |
0 |
almost 6 years ago |
7 |
November 14, 2013 |
24 |
mit |
Java |
| Jetserver is a high speed nio socket based multiplayer java game server written using Netty and Mike Rettig's Jetlang.It is specifically tuned for network based multiplayer games and supports TCP and UDP network protocols. |
| apache/fineract |
1,094 |
|
0 |
0 |
over 2 years ago |
0 |
|
22 |
apache-2.0 |
Java |
| Apache Fineract |
| liaohuqiu/android-cube-app |
1,020 |
|
0 |
0 |
about 11 years ago |
0 |
|
25 |
|
Java |
| Gottox/socket.io-java-client |
954 |
|
0 |
0 |
over 10 years ago |
0 |
|
91 |
mit |
Java |
| Socket.IO Client Implementation in Java |
| pengjianbo/OkHttpFinal |
840 |
|
0 |
0 |
almost 10 years ago |
0 |
|
17 |
|
Java |
| OkHttp封装的一个简单易用HTTP请求, OkHttp文件下载管理地址https://github.com/pengjianbo/FileDownloaderFinal |
| bihe0832/Android-GetAPKInfo |
708 |
|
0 |
0 |
over 2 years ago |
0 |
|
0 |
other |
Java |
| 获取Android应用基本信息的工具集 |
| AlloyTools/org.alloytools.alloy |
659 |
|
0 |
0 |
over 2 years ago |
0 |
|
38 |
other |
Java |
| Alloy is a language for describing structures and a tool for exploring them. It has been used in a wide range of applications from finding holes in security mechanisms to designing telephone switching networks. This repository contains the code for the tool. |
| winghc/hadoop2x-eclipse-plugin |
549 |
|
0 |
0 |
over 7 years ago |
0 |
|
40 |
|
Java |
| eclipse plugin for hadoop 2.2.0 , 2.4.1 |
| Baidu-AIP/java-sdk |
496 |
|
129 |
12 |
over 5 years ago |
53 |
November 15, 2023 |
19 |
apache-2.0 |
Java |
| 百度AI开放平台 Java SDK |
| fuhoujun/e |
463 |
|
0 |
11 |
over 4 years ago |
15 |
April 26, 2018 |
1 |
apache-2.0 |
Java |
| 框架采用微服务的设计思想,而且各工程易分易合 此框架采用前后台分开,前后台都可以单独部署,前端采用轻量级的扁平化设计(html+javascript+Bootstrap), 会自动针对不同的屏幕尺寸调整页面,使其在各个尺寸的屏幕上表现良好。 后端采用Spring boot、 Spring Cloud,不需要部署WAR 文件,可直接运行jar文件。 系统权限框架采用spring-security oauth2,实现前后台权限校验,权限实现了用户授权和客户端授权。 持久层采用JPA ,能够很好的适应不同数据库,并实现注解式动态查询功能。 数据响应该采用json格式。 服务采用REST形式,能够方便的与手机app进行对接,集成swagger能够在线查看RESTAPI 文档和在线测试服务接口 支持单点登录,可以多系统进行菜单集成,形成一个portal。 支持高并发和水平扩展,支持Session的统一存储。 项目采用gradle构建,能够方便的将各项目进行按需组装。 |