https://github.com/only-chat/node-backend
node.js backend for only-chat
https://github.com/only-chat/node-backend
chat elasticsearch framework node-js rabbitmq websocket-chat
Last synced: about 2 months ago
JSON representation
node.js backend for only-chat
- Host: GitHub
- URL: https://github.com/only-chat/node-backend
- Owner: only-chat
- License: mit
- Created: 2024-09-28T15:22:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-12-28T15:41:45.000Z (3 months ago)
- Last Synced: 2025-12-31T05:15:33.413Z (3 months ago)
- Topics: chat, elasticsearch, framework, node-js, rabbitmq, websocket-chat
- Language: TypeScript
- Homepage:
- Size: 428 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# only-chat
This is a Node.js backend for only-chat.
only-chat is a modular extensible platform for building a text-based chat service for your web solutions.
It combines four parts: client service, message store, message queue, and user store into a single chat service.
The repository contains implementations of Elasticsearch and RabbitMQ stores and queues.
It only contains a stub version of the user store, as it is very business-specific and highly dependent on the client's environment.
There are also in-memory store and queue versions, which are mainly used for testing purposes.
It is available for playing by url http://github.vyatkin.com/only-chat-client
## Documentation
All documentation is available in `doc` folder.