An open API service indexing awesome lists of open source software.

https://github.com/nate0h/webchatserver

Built a basic chat server in Java that allows users to login with a username and password, and post messages to a chat log. The server uses HTTP as the base protocol.
https://github.com/nate0h/webchatserver

Last synced: 3 months ago
JSON representation

Built a basic chat server in Java that allows users to login with a username and password, and post messages to a chat log. The server uses HTTP as the base protocol.

Awesome Lists containing this project

README

        

Tiny chat/messaging server that works over the HTTP protocol in Java.

The Chat Server Protocol
Built a basic chat server in Java that allows users to login with a username and password, and post messages to a chat log.
The server uses HTTP as the base protocol.

See the help-clients.txt for how to run the clients and help-server.txt for how to run the server.
Nathaniel Colon nac193