All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.README.template.md Maven / Gradle / Ivy

The newest version!
{{ ossHeader }}

## Packages

The node.js SDK is available on npmjs: [`@gomomento/sdk`](https://www.npmjs.com/package/@gomomento/sdk).

The node.js SDK is the best choice for server-side JavaScript applications or environments where performance considerations
are key.  If you are writing a browser application or other JavaScript code that will run outside of node.js, check out
the [Momento Web SDK](../client-sdk-web).

## Usage

```javascript
{% include "./examples/nodejs/cache/readme.ts" %}
```

## Getting Started and Documentation

Documentation is available on the [Momento Docs website](https://docs.momentohq.com).

## Examples

Working example projects, with all required build configuration files, are available in the [examples'](https://github.com/momentohq/client-sdk-javascript/tree/main/examples/nodejs) subdirectory.

## Developing

If you are interested in contributing to the SDK, please see the [CONTRIBUTING](./CONTRIBUTING.md) docs.

{{ ossFooter }}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy