IGNOU-DSC

Home

Community

Collection

Tags

Ask a question

Top Questions

punycode punycode punycode punycode

chevron right

My name is Tarun Mah. am i Gandu???

chevron right

Can IGNOU Students Participate in Convocation?

chevron right

How would you solve global warming??

chevron right

What is EmbeddedChat?

chevron right
IGNOU

javascript

TypeScript

Rocket.Chat

docker

buildPack

vs-code

react.js

node.js

EmbeddedChat

    Loading...
    profile picture

    Manoj Thapa

    What is EmbeddedChat?

    clock icon

    - asked 703 days agoVotes

    message

    2Answers

    eye

    43Views

    Think like EmbeddedChat as a mini-version of Rocket.Chat packed in an npm module, as simple as that!

    If you need the wiki definition, EmbeddedChat is a full-stack React component node module of the RocketChat application that is fully configurable, extensible, and flexible for use. It is tightly bound with

    export interface IQuestion extends Document {
      title: string;
      content: string;
      tags: Schema.Types.ObjectId[];
      views: number;
      upvotes: Schema.Types.ObjectId[];
      downvotes: Schema.Types.ObjectId[];
      author: Schema.Types.ObjectId;
      answers: Schema.Types.ObjectId[];
      createdAt: Date;
    }
    

     the RocketChat server using Rocket.Chat nodejs SDK and its UI using RocketChat's Fuselage Design System.

    Rocket.Chat
    TypeScript
    EmbeddedChat
    search