GridChat is a highly expandable peer-to-peer network that has no central server. Each peer on the network acs as a client, server, and router for the various components. GridChat networks are fluid, growing and shrinking at will. - GUI under development!
Smile3D is a Java based chat uses 3D avatars. Avatar changes expression and mood according to user choices; It can also interacts with all the objects present into the same room where currently the avatar stays.. Java3D framework is used.
FREEClient stands for Feature-Rich Eshare Expressions Client. Designed to communicate with the Eshare Expressions server (currently Talisma Chat?), this implementation has more features than the original client.
A sample chat system with integrated RPG (role play game). The software includes only a server software. The users have to use a terminal like telnet. It shows how a chat server could work.
With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Phim (standing for "Phi Messenger") is an(other) IM protocol, which is designed to avoid untrusted 3rd party nodes to help protect the data sent to peers
Katama is a modular bot written in Java that provides a powerful framework for user management, commands, a virtual file system (no joke, read about it!), dynamically loadable modules for IRC, AIM, and anything else you might want a bot to do.
The J-WASTE project aims at the implementation of a platform independent client/server Java implementation of the WASTE protocol. This project started as a mandatory project course in networking at the Luleĺ University of Technology in Sweden.
PiTaBOT is the first ever fully functional PainKiller scoreBot. It's currently able to
report 1 vs 1 matches on TDM/Duel mode to an IRC channel. Multiple simultaneous retransmissions are also supported.
A miniature console based AIM client written in pure Java. It implements the TOC protocol and provides a solid framework for understanding and writing your own IM clients or bots.
a java chat system, that encrypts all transfered data to protect the users privacy. Encryption will be done by rsa, blowfish, 3ds or an easy 'exclusive or' encryption. the client will hava a complete gui, the server in addition a console frontend.
atalk for short is a little chat server and client.
It consists of a server and a client application, both written in Java. The server runs under console and the client is a small Swing application.
Judp is a fully functional UDP networking API written in Java supporting basic text and file transfers. To demo the API functionality, I've included a console-based, multithreaded chat program which allows any number of users to talk and transfer files.
gBouncer is a powerful irc bouncer written in java. It has features like: multiuser + multiserver, secure webinterface, encrypted connections to client and server, comfortable and highly customizable logging via apache log4j, ... The fact that it's writ
Chat system implemented using asynchronous IO and a command parser
Chat system implemented using asynchronous IO and a command parser. Currently supports private messages, chat channels and accounts with basic login system and server console. A plain text based protocol is used. Only very basic test client implemented.