Skip to content

My webhook solution for Sendbird's 'backend + frontend' takehome test

Notifications You must be signed in to change notification settings

obensource/sendbird-webhook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sendbird-webhook

👉 A webhook that sends fun messages to a Sendbird client when group channels are created! 🎉

Description

This is a webhook server that works with my fork of SendBird's SendBird-JavaScript/web-basic-sample client.

Installation

$npm install

Note: You will need the proper credentials in the .env file in order for this to work locally. I can share these with you personally, if they haven't been shared with you already. 👍

Run it! 🚀

$ node index.js

Using this with it's Client

You can boot up the client by:

  • Installing gnrok, and exposing port 3000 by running $ngrok HTTP 3000 (this will create a tunnel to what's running at 127.0.0.1:3000, eg. this webhook server).
  • Cloning the client repository to your local machine.
  • Run $ npm install
  • Run $ npm start in order to start the client.

About

My webhook solution for Sendbird's 'backend + frontend' takehome test

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published