-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Hint for hard coded realmdb and js formatting
Signed-off-by: Sebastian Schleemilch <[email protected]>
- Loading branch information
1 parent
e0d7aa6
commit 9722e2b
Showing
3 changed files
with
60 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,20 @@ | ||
With this component one can configure which database it shall connect to *(As this configuration capability is not yet implemented you can skip the configuration step, it's always choosen RealmDB for now)*. | ||
With this component one can configure which database it shall connect to. | ||
|
||
# Installation | ||
> [!WARNING] | ||
> As the configuration capability is not yet implemented, RealmDB is hard coded as a database! | ||
# Install | ||
|
||
Execute in this directory: | ||
|
||
```bash | ||
npm install | ||
``` | ||
|
||
# Run | ||
|
||
Start router by executing in [src](./src/) directory the command: | ||
|
||
```bash | ||
node websocket-server.js | ||
``` |