Having the core in front-end instead of running separate node server #703
Mohammad-Mahdi82
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
|
@Mohammad-Mahdi82 you can use the library instead https://github.com/consumet/consumet.ts |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to create a website which uses your project as a wrapper.
However if I were to use it , first I need to start a node server and then my wrapper , let's say it's a nuxt app, would call them apis.
It's not a good practice!
I've tried to omit the node server and running the program in my nuxt but cheerio is used and I did not wanted to recreate the whole thing replacing the cheerio.
Beta Was this translation helpful? Give feedback.
All reactions