Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/k0dev/random-chat-api
API that enables users to chat with other users, anonymously
https://github.com/k0dev/random-chat-api
Last synced: 22 days ago
JSON representation
API that enables users to chat with other users, anonymously
- Host: GitHub
- URL: https://github.com/k0dev/random-chat-api
- Owner: k0dev
- License: mit
- Created: 2023-07-28T14:01:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-03T20:56:30.000Z (over 1 year ago)
- Last Synced: 2024-11-01T23:42:34.481Z (2 months ago)
- Language: Python
- Size: 4.88 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# random-chat-api
HTTP API one-to-one chat server. Users can enter a random lobby and start chatting anonymously or create their own lobby and wait for someone to join.
Lobbies will auto-delete in a fixed amount of time after their creation.Example client: [here](https://github.com/k0dev/random-chat-client)
TODO:
- api documentation