hyphenate-client-api-nodejs

1.0.1 • Public • Published

REST API demo

The project is an server-side example code that call Hyphenate's REST API using node.js

Node.js

To install Node.js. Go to subfolder /server-nodejs.

1. Deployment

Install all the required node.js packages before running the project.

npm install

2. Configuration

Update the configrations in the file config.js in directory resources. Update Organization name(org_name), application name(app_name), client_id, client_secret, host(host name), certificate file(ca) to corresponding values respect to app created from Hyphenate console.

3. Project Structure

All files in directory hyphenate by calling client.js respectively implement modules includs request token, users, groups, chatrooms, upload and download files, messages, chat history.

4. Run

test.js provides an examples for all API invocation, you can change the value of variable i for running corresponding API.

Run the following command line in terminal to run the test script

$ node test

Package Sidebar

Install

npm i hyphenate-client-api-nodejs

Weekly Downloads

3

Version

1.0.1

License

ISC

Last publish

Collaborators

  • hyphenateinfo