/stream-node-simple-integration-sample

This is a sample implementation on how to integrate a NodeJS based login/signup API with Stream's service APIs.

Primary LanguageJavaScriptMIT LicenseMIT

Sample Node integration server for Stream Chat and Stream Feeds

Sample Node JavaScript server integration sample for Stream Chat, and Stream Feeds.
Read the related blog

📝 About Stream

You can sign up for a Stream account at our Get Started page.

There are many libraries available both for frontends and backend. Both Chat SDKs and Feeds SDKs are available.

Running this code

The directory server contains a minimal integration server implementation to get you started with Stream's backend.

This is what you need to do to get started:

  • Sign up for a free trial and obtain your API credentials.
  • Clone this repository
  • Copy the .env.sample file to .env: cp .env.sample .env
  • Paste your service credentials into the .env file
  • Move to the server directory and install the dependencies by running yarn install or npm install.
  • Run the server from the server directory with yarn start/npm run start.