https://github.com/sapphiredb/example-nodejs
Example NodeJs application using SapphireDb
https://github.com/sapphiredb/example-nodejs
demo nodejs nodejs-application sapphiredb
Last synced: 9 months ago
JSON representation
Example NodeJs application using SapphireDb
- Host: GitHub
- URL: https://github.com/sapphiredb/example-nodejs
- Owner: SapphireDb
- Created: 2020-01-21T17:30:20.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-30T00:15:12.000Z (over 4 years ago)
- Last Synced: 2023-03-08T08:16:21.699Z (almost 3 years ago)
- Topics: demo, nodejs, nodejs-application, sapphiredb
- Language: JavaScript
- Homepage: https://gitpod.io/#https://github.com/SapphireDb/Example-NodeJs
- Size: 29.3 KB
- Stars: 1
- Watchers: 2
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SapphireDb: Example-NodeJs (using sapphiredb)
**Example NodeJs application using SapphireDb**
This is a demo project for SapphireDb. It should demonstrate how to use SapphireDb with different technologies.
The examples contains a simple CRUD demo and a simple chat.
You don't need to set up a server running SapphireDb to try it out.
A demo server can be reached at the following address: https://sapphiredb-demo.azurewebsites.net/
## Try it out
You can try out this example by following these steps:
1. [Open in Gitpod](https://gitpod.io/#https://github.com/SapphireDb/Example-NodeJs)
or
1. Clone the sources and switch to the directory
2. Run `npm install`
3. Run `npm start`
## Other examples
### Server
[AspNet Core Example](https://github.com/SapphireDb/Example-AspNetCore)
### Client
[React Example](https://github.com/SapphireDb/Example-React)
[Svelte Example](https://github.com/SapphireDb/Example-Svelte)
[NodeJs Example](https://github.com/SapphireDb/Example-NodeJs)
[Angular Example](https://github.com/SapphireDb/Example-Angular)
## Documentation
Check out the documentation for more details: [Documentation](https://sapphire-db.com/)
## Implementations
### Server
[SapphireDb - Server for Asp.Net Core](https://github.com/morrisjdev/SapphireDb)
### Client
[sapphiredb - JS client (JS, NodeJs, React, Svelte, ...)](https://github.com/SapphireDb/sapphiredb-js/blob/master/projects/sapphiredb/README.md)
[ng-sapphiredb - Angular client](https://github.com/SapphireDb/sapphiredb-js/blob/master/projects/ng-sapphiredb/README.md)
## Author
[Morris Janatzek](http://morrisj.net) ([morrisjdev](https://github.com/morrisjdev))
## Licenses
SapphireDb - [MIT License](https://github.com/SapphireDb/SapphireDb/blob/master/LICENSE)
sapphiredb-js - [MIT License](https://github.com/SapphireDb/sapphiredb-js/blob/master/LICENSE)