Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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