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.
- Host: GitHub
- URL: https://github.com/nate0h/webchatserver
- Owner: Nate0h
- Created: 2022-02-03T20:11:34.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-24T21:56:01.000Z (almost 3 years ago)
- Last Synced: 2025-01-15T11:16:50.974Z (5 months ago)
- Language: Java
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
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