Skip to content

Template for building a real-time application in HarperDB

License

Notifications You must be signed in to change notification settings

HarperDB/real-time-template

Repository files navigation

HarperDB Real-Time Application Template

This is a template for building HarperDB real-time applications. You can download this repository as a starting point for building applications with HarperDB. To get started, make sure you have installed HarperDB, which can be quickly done with npm install -g harperdb. You can run your application from the directory where you downloaded the contents of this repository with:

harperdb run /path/to/your-app

(or if you enter that directory, you can run the current directory as harperdb run .).

For more information about getting started with HarperDB and building applications, see our getting started guide.

This template includes the default configuration, which specifies how files are handled in your application.

The schema.graphql is the schema definition. This is the main starting point for defining your database schema, specifying which tables you want and what attributes/fields they should have.

The resources.js provides a template for defining JavaScript resource classes, for customized application logic in your endpoints.

About

Template for building a real-time application in HarperDB

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published