- Notifications
You must be signed in to change notification settings - Fork3
This is a sample implementation on how to integrate a NodeJS based login/signup API with Stream's service APIs.
License
GetStream/stream-node-simple-integration-sample
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Sample Node integration server forStream Chat andStream Feeds
Sample Node JavaScript server integration sample for Stream Chat, and Stream Feeds.
Read the related blog
You can sign up for a Stream account at ourGet Started page.
There are many libraries available both for frontends and backend. BothChat SDKs andFeeds SDKs are available.
The directoryserver 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.samplefile to.env:cp .env.sample.env - Paste your service credentials into the
.envfile - Move to the
serverdirectory and install the dependencies by runningyarn installornpm install. - Run the server from the
serverdirectory withyarn start/npm run start.
About
This is a sample implementation on how to integrate a NodeJS based login/signup API with Stream's service APIs.
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Uh oh!
There was an error while loading.Please reload this page.
Contributors4
Uh oh!
There was an error while loading.Please reload this page.