All Projects → im0qianqian → Oicq

im0qianqian / Oicq

Licence: gpl-3.0
🐧 一款使用 Java 语言编写的仿 QQ 聊天工具

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Oicq

Skillbox Chat 08 19
Skillbox demo application for the Python course
Stars: ✭ 25 (-60.94%)
Mutual labels:  chat, server
Emodbus
Modbus library for both RTU and TCP protocols. Primarily developed on and for ESP32 MCUs.
Stars: ✭ 29 (-54.69%)
Mutual labels:  server, client
Vertx Web
HTTP web applications for Vert.x
Stars: ✭ 853 (+1232.81%)
Mutual labels:  server, client
Simple Websocket Server
A very simple, fast, multithreaded, platform independent WebSocket (WS) and WebSocket Secure (WSS) server and client library implemented using C++11, Boost.Asio and OpenSSL. Created to be an easy way to make WebSocket endpoints in C++.
Stars: ✭ 685 (+970.31%)
Mutual labels:  server, client
Zinc
Zinc HTTP Components is an open-source Smalltalk framework to deal with the HTTP networking protocol.
Stars: ✭ 60 (-6.25%)
Mutual labels:  server, client
Node Minecraft Protocol
Parse and serialize minecraft packets, plus authentication and encryption.
Stars: ✭ 697 (+989.06%)
Mutual labels:  server, client
Zeus
A high performance, cross-platform Internet Communication Engine. Developed with native socket API. Aim at handling millions of concurrent connections.
Stars: ✭ 30 (-53.12%)
Mutual labels:  server, client
Milo
Eclipse Milo™ - an open source implementation of OPC UA (IEC 62541).
Stars: ✭ 587 (+817.19%)
Mutual labels:  server, client
Subscriptions Transport Sse
A Server-Side-Events (SSE) client + server for GraphQL subscriptions
Stars: ✭ 55 (-14.06%)
Mutual labels:  server, client
Sechub
SecHub - one central and easy way to use different security tools with one API/Client
Stars: ✭ 52 (-18.75%)
Mutual labels:  server, client
Vibora
Fast, asynchronous and elegant Python web framework.
Stars: ✭ 5,734 (+8859.38%)
Mutual labels:  server, client
Homeserver
A Matrix homeserver written in Rust.
Stars: ✭ 1,089 (+1601.56%)
Mutual labels:  chat, server
Wewechat
💬 Unofficial WeChat client built with React, MobX and Electron.
Stars: ✭ 5,618 (+8678.13%)
Mutual labels:  chat, client
Generator Ng Fullstack
Client, server or fullstack - it's up to you. ng-fullstack gives you the best of the latest.
Stars: ✭ 701 (+995.31%)
Mutual labels:  server, client
Go Smtp
📤 An SMTP client & server library written in Go
Stars: ✭ 655 (+923.44%)
Mutual labels:  server, client
Clientserverproject
一个C-S模版,该模版由三部分的程序组成,一个服务端运行的程序,一个客户端运行的程序,还有一个公共的组件,实现了基础的账户管理功能,版本控制,软件升级,公告管理,消息群发,共享文件上传下载,批量文件传送功能。具体的操作方法见演示就行。本项目的一个目标是:提供一个基础的中小型系统的C-S框架,客户端有三种模式,无缝集成访问,winform版本,wpf版本,asp.net mvc版本,方便企业进行中小型系统的二次开发和个人学习。同时网络组件方便的支持读写三菱和西门子PLC的数据,详细见Readme
Stars: ✭ 873 (+1264.06%)
Mutual labels:  server, client
Live Torrent
Torrent Web Client
Stars: ✭ 546 (+753.13%)
Mutual labels:  server, client
Chatengine
Open source mtproto server written in golang with compatible telegram client
Stars: ✭ 544 (+750%)
Mutual labels:  chat, server
Go Raknet
An idiomatic Go library implementing a basic version of the RakNet protocol.
Stars: ✭ 40 (-37.5%)
Mutual labels:  server, client
Nitro
A discord bot
Stars: ✭ 56 (-12.5%)
Mutual labels:  chat, server

OICQ

UPD: 2020.07.01

本项目配置教程已出炉,观看链接:https://www.bilibili.com/video/BV1Fb411V7yP?p=2

OICQ_web 演示出错的原因是 PHP 7.0 已经废弃掉当时使用的函数了,估计 5.6 版本正常。

欢迎大家 star,或者去 bilibili 一键三连~ 也欢迎大家提 pr 来修复项目中的 bug。


UPD: 2019.04.20

突然想把以前为这个程序录制视频的作业发布在 bilibili 上啦~

于是,就有了 【开发向】OICQ(一款仿 QQ 的聊天程序)

嗯~ 当时因为有时间限制,所以视频做了加速处理~ 希望不要嫌弃千千啦~ 嘤~


UPD: 2019.04.15

看到好多人 fork 简单说说如何开箱吧!

本项目基于 JDK 8 + MySQL 开发

SQL 建表语句在这里

带数据的建表语句在这里,数据为课设时测试所用,账户为 10001(可参考 SQL 内容),密码为 123456

有关服务端/客户端通讯地址及端口设置见 config 下的 ServerInfo.java(server/client 各有一份)

OICQ_web 是用 PHP 编写的一个简单的注册页面(忘记有没有 bug 了)

该项目仅供学习参考,其中很多安全问题并没有考虑到(可轻易 sql 注入),部分预留功能尚未实现(如修改密码/头像之类的),还望多多包涵!


UPD: 2017.12.19

大二第一学期的 Java 课程设计,开发时也是在 GitHub 中托管的,之后下线了好久,现重新上线,体验还不是很完美,望多多包涵。

Client

  • [x] 登录部分
  • [x] 单人聊天、多人聊天
  • [ ] 匿名聊天
  • [x] 获取个人信息及好友信息
  • [ ] 设置个人信息
  • [ ] 管理员部分(管理服务器、审计日志、管理用户信息)
  • [ ] 更换主题等设置

Server

  • [x] 成功与客户端建立通讯
  • [x] 登录请求部分
  • [x] 返回个人信息、好友列表、群列表
  • [x] 聊天数据交互
  • [x] 聊天记录存入数据库
  • [ ] GUI 界面
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].