Skip to content

Commit a7e2cee

Browse files
authored
Link pattern to use both server jointly
1 parent 5f44d68 commit a7e2cee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,13 @@ Top priority of this demo is to connect a Vulcan Next frontend to an existing Me
6464
We cannot put this folder as the root, as Meteor cannot import file outside of the package. So it has to live in Meteor until we find a better approach for the `common` folder.
6565

6666

67-
### Full-stack = progressively use Next as your backend
67+
## Full-stack = progressively use Next as your backend
6868

6969
In the long run, the goal is to transition the Meteor backend to Next as well, using Next API routes.
7070

7171
- Next is configured to use the same Mongo database as Meteor locally. To get the URL of the local Meteor database, run `meteor mongo -U`. It's most probably something like this: `mongodb://127.0.0.1:3002/meteor`
7272
- TODO: in Next, configure Passport to authenticate users using the existing Mongo database from Meteor
73-
73+
- You can use both Next's GraphQL API and Meteor's GraphQL API using the [Connect to multiple graphql API in the frontend pattern described here](https://github.com/VulcanJS/vulcan-next/blob/demo/with-meteor-backend/src/content/docs/recipes.md)
7474
## Caveats
7575

7676
- Check Vulcan NPM migration documentation to see the difference between Vulcan Meteor and Vulcan Next: https://github.com/VulcanJS/vulcan-npm/blob/devel/MIGRATING.md

0 commit comments

Comments
 (0)