Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thomasleavy/grpc-chat-application
This is a chat application built with gRPC with Node.js. It has a chat server and client. Users join a chatroom and chat in real-time with bi-directional streaming.
https://github.com/thomasleavy/grpc-chat-application
Last synced: 18 days ago
JSON representation
This is a chat application built with gRPC with Node.js. It has a chat server and client. Users join a chatroom and chat in real-time with bi-directional streaming.
- Host: GitHub
- URL: https://github.com/thomasleavy/grpc-chat-application
- Owner: thomasleavy
- Created: 2024-11-13T13:08:18.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-13T13:50:38.000Z (about 2 months ago)
- Last Synced: 2024-11-13T14:43:55.985Z (about 2 months ago)
- Language: JavaScript
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gRPC Chat Application
- This is a chat application built with gRPC with Node.js. It has a chat server and client. Users join a chatroom and chat in real-time with bi-directional streaming.
# Features
- Real-time messaging
- Bi-directional gRPC streaming
- Protocol buffers# Requirements
- node.js
- npm# Troubleshooting
- Make sure the server is running before using the client
- Make sure the server and client are configured to use localhost:40000.# Clone repository
```bash
git clone https://github.com/thomasleavy/gRPC-Chat-Application.git