Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/madarauchiha/se-chat-client-old
Stack Exchange chat client. With an HTTP and WebSocket API to interact with
https://github.com/madarauchiha/se-chat-client-old
Last synced: 12 days ago
JSON representation
Stack Exchange chat client. With an HTTP and WebSocket API to interact with
- Host: GitHub
- URL: https://github.com/madarauchiha/se-chat-client-old
- Owner: MadaraUchiha
- Created: 2015-01-07T22:20:25.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-23T21:17:13.000Z (over 9 years ago)
- Last Synced: 2024-10-19T23:12:28.398Z (26 days ago)
- Language: JavaScript
- Size: 188 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stack Exchange Chat Client
The idea is to create a chat client that supports:
- Authentication
- Reading messages
- Posting messages
## AuthenticationAuthentication is done with a POST request to /login, with a username and a password. If not done locally, it is
advised that you use HTTPS to prevent credentials leak.The server will reply with a WebSocket URL for you to connect to (or an error code).
## Reading and Posting
Reading and posting are both done via the WebSocket you connect to.